]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/QT/ConfigurationChooser.h
...
[cpPlugins.git] / lib / cpExtensions / QT / ConfigurationChooser.h
index 7b5e7831ad842ae2f2ca4c583cf0e41bd9c6d9e2..4a9007b6595558340c48b3baa5a98fc916fa2d57 100644 (file)
@@ -15,7 +15,7 @@ namespace cpExtensions
 {
   namespace QT
   {
-    class SimpleMPRWidget;
+    class ActorsWidgetInterface;
 
     /**
      */
@@ -32,11 +32,11 @@ namespace cpExtensions
       explicit ConfigurationChooser( QWidget* parent = NULL, Qt::WindowFlags f = 0 );
       virtual ~ConfigurationChooser( );
 
-      void setData( SimpleMPRWidget* data );
+      void setData( ActorsWidgetInterface* data );
 
     protected:
       Ui::ConfigurationChooser* m_UI;
-      SimpleMPRWidget* m_Data;
+      ActorsWidgetInterface* m_Data;
     };
 
   } // ecapseman