aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/libkvipopupeditor.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2011-01-01 20:19:56 +0000
committerGravatar Szymon Tomasz Stefanek2011-01-01 20:19:56 +0000
commitc601b5a27f74b16158adafe429faefbe573e64a2 (patch)
treea3cde3206a45628f8ac86e8dfbdab70b20c3a831 /src/modules/popupeditor/libkvipopupeditor.cpp
parentprobable compilation fix for rijndaled/crypto++ (diff)
downloadKVIrc-c601b5a27f74b16158adafe429faefbe573e64a2.tar.gz
KVIrc-c601b5a27f74b16158adafe429faefbe573e64a2.tar.bz2
KVIrc-c601b5a27f74b16158adafe429faefbe573e64a2.zip
The big rename for modules. Still some details remaining.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popupeditor/libkvipopupeditor.cpp')
-rw-r--r--src/modules/popupeditor/libkvipopupeditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/popupeditor/libkvipopupeditor.cpp b/src/modules/popupeditor/libkvipopupeditor.cpp
index 6fef3cddd..6db24dc08 100644
--- a/src/modules/popupeditor/libkvipopupeditor.cpp
+++ b/src/modules/popupeditor/libkvipopupeditor.cpp
@@ -22,14 +22,14 @@
//
//=============================================================================
-#include "popupeditor.h"
+#include "PopupEditorWindow.h"
#include "KviModule.h"
#include "KviLocale.h"
#include "KviMainWindow.h"
-KviPopupEditorWindow * g_pPopupEditorWindow = 0;
+PopupEditorWindow * g_pPopupEditorWindow = 0;
/*
@@ -50,7 +50,7 @@ static bool popupeditor_kvs_cmd_open(KviKvsModuleCommandCall * c)
{
if(!g_pPopupEditorWindow)
{
- g_pPopupEditorWindow = new KviPopupEditorWindow(c->window()->frame());
+ g_pPopupEditorWindow = new PopupEditorWindow(c->window()->frame());
c->window()->frame()->addWindow(g_pPopupEditorWindow);
}