diff options
Diffstat (limited to 'src/modules/raweditor/libkviraweditor.cpp')
| -rw-r--r-- | src/modules/raweditor/libkviraweditor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/raweditor/libkviraweditor.cpp b/src/modules/raweditor/libkviraweditor.cpp index d79c5e424..2ebf9ebf1 100644 --- a/src/modules/raweditor/libkviraweditor.cpp +++ b/src/modules/raweditor/libkviraweditor.cpp @@ -22,14 +22,14 @@ // //============================================================================= -#include "raweditor.h" +#include "RawEditorWindow.h" #include "KviModule.h" #include "KviLocale.h" #include "KviMainWindow.h" -KviRawEditorWindow * g_pRawEditorWindow = 0; +RawEditorWindow * g_pRawEditorWindow = 0; /* @@ -50,7 +50,7 @@ static bool raweditor_kvs_cmd_open(KviKvsModuleCommandCall * c) { if(!g_pRawEditorWindow) { - g_pRawEditorWindow = new KviRawEditorWindow(c->window()->frame()); + g_pRawEditorWindow = new RawEditorWindow(c->window()->frame()); c->window()->frame()->addWindow(g_pRawEditorWindow); } g_pRawEditorWindow->setFocus(); |
