aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/raweditor/raweditor.h
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-12-27 05:02:48 +0000
committerGravatar Szymon Tomasz Stefanek2010-12-27 05:02:48 +0000
commit075bdcd93cf7882bad4cb027adf159f93674d6e5 (patch)
treeae06173bd9e8e2db71cced8a9ebad214607d7f9a /src/modules/raweditor/raweditor.h
parentYet more renaming and cleanup (diff)
downloadKVIrc-075bdcd93cf7882bad4cb027adf159f93674d6e5.tar.gz
KVIrc-075bdcd93cf7882bad4cb027adf159f93674d6e5.tar.bz2
KVIrc-075bdcd93cf7882bad4cb027adf159f93674d6e5.zip
More renaming and cleanup
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/raweditor/raweditor.h')
-rw-r--r--src/modules/raweditor/raweditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/raweditor/raweditor.h b/src/modules/raweditor/raweditor.h
index 646e22811..50146d231 100644
--- a/src/modules/raweditor/raweditor.h
+++ b/src/modules/raweditor/raweditor.h
@@ -24,10 +24,10 @@
//
//=============================================================================
-#include "kvi_window.h"
+#include "KviWindow.h"
#include "KviQString.h"
#include <QTreeWidget>
-#include "kvi_iconmanager.h"
+#include "KviIconManager.h"
#include <QWidget>
#include <QLineEdit>
@@ -122,7 +122,7 @@ class KviRawEditorWindow : public KviWindow
{
Q_OBJECT
public:
- KviRawEditorWindow(KviFrame * lpFrm);
+ KviRawEditorWindow(KviMainWindow * lpFrm);
~KviRawEditorWindow();
protected:
KviRawEditor * m_pEditor;