aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/libkvieditor.cpp
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/editor/libkvieditor.cpp
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/editor/libkvieditor.cpp')
-rw-r--r--src/modules/editor/libkvieditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/editor/libkvieditor.cpp b/src/modules/editor/libkvieditor.cpp
index 35b1459fb..099600c66 100644
--- a/src/modules/editor/libkvieditor.cpp
+++ b/src/modules/editor/libkvieditor.cpp
@@ -24,8 +24,8 @@
#include "scripteditor.h"
-#include "kvi_module.h"
-#include "kvi_window.h"
+#include "KviModule.h"
+#include "KviWindow.h"
KviModule * g_pEditorModulePointer = 0;
@@ -45,7 +45,7 @@ static bool editor_module_init(KviModule * m)
static bool editor_module_cleanup(KviModule *)
{
/*
- * This causes 2 crashes: one in KviApp destructor (closing windows needs
+ * This causes 2 crashes: one in KviApplication destructor (closing windows needs
* g_pFrame, that is deleted before this unloading routine) and the second in
* the codetester window (it deletes us in its denstructor, and we tries to back-delete it)
* So it's commented out by now..