]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/QT/ConfigurationChooser.h
...
[cpPlugins.git] / lib / cpExtensions / QT / ConfigurationChooser.h
index 7b5e7831ad842ae2f2ca4c583cf0e41bd9c6d9e2..dc908ff7c94e9bcc7b3c27e30212171a20d8ed90 100644 (file)
@@ -2,9 +2,6 @@
 #define __cpExtensions__QT__ConfigurationChooser__h__
 
 #include <cpExtensions/Config.h>
-
-#ifdef cpExtensions_QT4
-
 #include <QDialog>
 
 // -------------------------------------------------------------------------
@@ -15,7 +12,7 @@ namespace cpExtensions
 {
   namespace QT
   {
-    class SimpleMPRWidget;
+    class ActorsWidgetInterface;
 
     /**
      */
@@ -32,19 +29,17 @@ 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
 
 } // ecapseman
 
-#endif // cpExtensions_QT4
-
 #endif // __cpExtensions__QT__ConfigurationChooser__h__
 
 // eof - $RCSfile$