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/eventeditor/libkvieventeditor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/eventeditor/libkvieventeditor.cpp') diff --git a/src/modules/eventeditor/libkvieventeditor.cpp b/src/modules/eventeditor/libkvieventeditor.cpp index 61fce5f16..5f69b618f 100644 --- a/src/modules/eventeditor/libkvieventeditor.cpp +++ b/src/modules/eventeditor/libkvieventeditor.cpp @@ -22,13 +22,13 @@ // //============================================================================= -#include "eventeditor.h" +#include "EventEditorWindow.h" #include "KviModule.h" #include "KviLocale.h" #include "KviMainWindow.h" -KviEventEditorWindow * g_pEventEditorWindow = 0; +EventEditorWindow * g_pEventEditorWindow = 0; /* @@ -49,7 +49,7 @@ static bool eventeditor_kvs_cmd_open(KviKvsModuleCommandCall * c) { if(!g_pEventEditorWindow) { - g_pEventEditorWindow = new KviEventEditorWindow(c->window()->frame()); + g_pEventEditorWindow = new EventEditorWindow(c->window()->frame()); c->window()->frame()->addWindow(g_pEventEditorWindow); } -- cgit v1.3.1-10-gc9f91