]> Creatis software - cpPlugins.git/blobdiff - lib/cpBaseQtApplication/MainWindow.h
...
[cpPlugins.git] / lib / cpBaseQtApplication / MainWindow.h
index a29ad0fcb194c0311c8502d6e2e89893518a1e7b..2e967d9d526e8a1b60e6fa69e31e054b5ff2a927 100644 (file)
@@ -4,7 +4,7 @@
 #include <cpBaseQtApplication_Export.h>
 #include <QMainWindow>
 #include <QMessageBox>
-#include <cpPlugins/Interface/Plugins.h>
+#include <cpPlugins/Interface/Loader.h>
 #include <cpPlugins/Interface/Workspace.h>
 #include <cpBaseQtApplication/Blocker.h>
 
@@ -64,7 +64,7 @@ namespace cpBaseQtApplication
     typedef MainWindow  Self;
     typedef QMainWindow Superclass;
 
-    typedef cpPlugins::Interface::Plugins   TPlugins;
+    typedef cpPlugins::Interface::Loader    TLoader;
     typedef cpPlugins::Interface::Workspace TWorkspace;
 
   public:
@@ -118,7 +118,7 @@ namespace cpBaseQtApplication
   protected:
     Blocker             m_Blocker;
     std::string         m_RunPath;
-    TPlugins::Pointer   m_Plugins;
+    TLoader             m_Loader;
     std::string         m_LastSaveFileName;
     TWorkspace::Pointer m_Workspace;