]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageReader.h
Kind of bored: graph editor debugged
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageReader.h
index 97937621cee4d7700e0d7b54dbea60fe954f08ce..50f0b0a7ec98fa7079a1333a65a46ab03c9153ac 100644 (file)
@@ -26,19 +26,16 @@ namespace cpPlugins
       typedef itk::SmartPointer< Self >         Pointer;
       typedef itk::SmartPointer< const Self >   ConstPointer;
 
-      typedef
-        std::vector< cpPlugins::Interface::Parameters::TString >
-        TStringList;
+      typedef Superclass::TParameters TParameters;
+      typedef std::vector< TParameters::TString > TStringList;
 
     public:
       itkNewMacro( Self );
       itkTypeMacro( ImageReader, cpPluginsInterfaceImageSource );
-      cpPlugins_Id_Macro(
-        cpPlugins::IO::ImageReader, "ImageReader"
-        );
+      cpPlugins_Id_Macro( cpPlugins::IO::ImageReader, "IO" );
 
     public:
-      virtual bool ExecConfigurationDialog( QWidget* parent );
+      virtual DialogResult ExecConfigurationDialog( QWidget* parent );
 
     protected:
       ImageReader( );