]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageReader.h
Merge ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageReader.h
index 97937621cee4d7700e0d7b54dbea60fe954f08ce..822c5fd7b4ccaea3e83b9b2408072b1fbc1cce1a 100644 (file)
@@ -26,9 +26,8 @@ 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 );
@@ -38,7 +37,7 @@ namespace cpPlugins
         );
 
     public:
-      virtual bool ExecConfigurationDialog( QWidget* parent );
+      virtual DialogResult ExecConfigurationDialog( QWidget* parent );
 
     protected:
       ImageReader( );