From c601b5a27f74b16158adafe429faefbe573e64a2 Mon Sep 17 00:00:00 2001 From: Szymon Tomasz Stefanek Date: Sat, 1 Jan 2011 20:19:56 +0000 Subject: 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 --- src/modules/popupeditor/libkvipopupeditor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/popupeditor/libkvipopupeditor.cpp') 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); } -- cgit v1.3.1-10-gc9f91