]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/BaseWidget.h
...
[cpPlugins.git] / lib / cpPlugins / BaseWidget.h
index 0d679c0cda296868307aae120261fc4794f97821..7ccff1a461089b1edc4cbdec60cb57c60eb914f7 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef __CPPLUGINS__BASEWIDGET__H__
 #define __CPPLUGINS__BASEWIDGET__H__
 
+#include <cpPlugins/Config.h>
+
+#ifdef cpPlugins_QT4
+
 #include <cpPlugins/ProcessObject.h>
 
 // Some forward declarations
@@ -33,6 +37,8 @@ namespace cpPlugins
     cpPlugins_Id_Macro( Widgets::BaseWidget, Widgets );
 
   public:
+    virtual itk::ModifiedTimeType GetMTime( ) const ITK_OVERRIDE;
+
     const TMPRWidget* GetMPRViewer( ) const;
     const vtkRenderWindowInteractor*  GetSingleInteractor( ) const;
 
@@ -60,6 +66,8 @@ namespace cpPlugins
 
 } // ecapseman
 
+#endif // cpPlugins_QT4
+
 #endif // __CPPLUGINS__BASEWIDGET__H__
 
 // eof - $RCSfile$