]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/actionhandler.h
In the middle of chasing down MDI not activating bug, renaming of Graphic to
[architektonas] / src / widgets / actionhandler.h
index 1d9ce52651f979adcd4c46271ac0de379be08035..abce3a55405b9ebfed44fc6cfee1c27d98294f0c 100644 (file)
@@ -2,7 +2,7 @@
 #define __ACTIONHANDLER_H__
 
 #include <QtGui>
-#include "rs.h"
+#include "enums.h"
 
 class QG_MainWindowInterface;
 class CadToolBarSnap;
@@ -208,7 +208,7 @@ class ActionHandler: public QObject
                void setCadToolBarSnap(CadToolBarSnap * tb);
 
        private:
-               QG_MainWindowInterface * mainWindow;
+               QG_MainWindowInterface * mainWindowIntf;
                CadToolBarSnap * cadToolBarSnap;
 
                QAction * snapFree;