]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/BaseWidget.h
MPR objects updated
[cpPlugins.git] / lib / cpPlugins / BaseWidget.h
index 0d679c0cda296868307aae120261fc4794f97821..a2b8bd28a72f7cbff71b3638ac08cca038bd7704 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
@@ -60,6 +64,8 @@ namespace cpPlugins
 
 } // ecapseman
 
+#endif // cpPlugins_QT4
+
 #endif // __CPPLUGINS__BASEWIDGET__H__
 
 // eof - $RCSfile$