X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpExtensions%2FQT%2FConfigurationChooser.h;h=4a9007b6595558340c48b3baa5a98fc916fa2d57;hb=8a5ea31f638e60ee6708667e2dc71bafd0e899ee;hp=7b5e7831ad842ae2f2ca4c583cf0e41bd9c6d9e2;hpb=f6e163be0bf2ffeb19239bb31c1df936017cdc8e;p=cpPlugins.git diff --git a/lib/cpExtensions/QT/ConfigurationChooser.h b/lib/cpExtensions/QT/ConfigurationChooser.h index 7b5e783..4a9007b 100644 --- a/lib/cpExtensions/QT/ConfigurationChooser.h +++ b/lib/cpExtensions/QT/ConfigurationChooser.h @@ -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