aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/actioneditor/actioneditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/actioneditor/actioneditor.h')
-rw-r--r--src/modules/actioneditor/actioneditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/actioneditor/actioneditor.h b/src/modules/actioneditor/actioneditor.h
index ca9c0e8a1..a8e3e2b88 100644
--- a/src/modules/actioneditor/actioneditor.h
+++ b/src/modules/actioneditor/actioneditor.h
@@ -24,7 +24,7 @@
//
//=============================================================================
-#include "kvi_window.h"
+#include "KviWindow.h"
#include <QTreeWidget>
#include <QWidget>
@@ -186,7 +186,7 @@ class KviActionEditorWindow : public KviWindow
{
Q_OBJECT
public:
- KviActionEditorWindow(KviFrame * lpFrm);
+ KviActionEditorWindow(KviMainWindow * lpFrm);
~KviActionEditorWindow();
protected:
KviActionEditor * m_pEditor;