diff options
Diffstat (limited to 'src/modules/eventeditor/eventeditor.h')
| -rw-r--r-- | src/modules/eventeditor/eventeditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/eventeditor/eventeditor.h b/src/modules/eventeditor/eventeditor.h index ee9118903..70df2caac 100644 --- a/src/modules/eventeditor/eventeditor.h +++ b/src/modules/eventeditor/eventeditor.h @@ -24,7 +24,7 @@ // //============================================================================= -#include "kvi_window.h" +#include "KviWindow.h" #include "KviCString.h" #include "KviTalPopupMenu.h" @@ -117,7 +117,7 @@ class KviEventEditorWindow : public KviWindow { Q_OBJECT public: - KviEventEditorWindow(KviFrame * lpFrm); + KviEventEditorWindow(KviMainWindow * lpFrm); ~KviEventEditorWindow(); protected: KviEventEditor * m_pEditor; |
