aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/raweditor/RawEditorWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/raweditor/RawEditorWindow.cpp')
-rw-r--r--src/modules/raweditor/RawEditorWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/raweditor/RawEditorWindow.cpp b/src/modules/raweditor/RawEditorWindow.cpp
index 21c3476ce..6d3d67386 100644
--- a/src/modules/raweditor/RawEditorWindow.cpp
+++ b/src/modules/raweditor/RawEditorWindow.cpp
@@ -463,8 +463,8 @@ void RawEditorWidget::exportAllEvents()
}
-RawEditorWindow::RawEditorWindow(KviMainWindow * lpFrm)
-: KviWindow(KviWindow::ScriptEditor,lpFrm,"raweditor",0)
+RawEditorWindow::RawEditorWindow()
+: KviWindow(KviWindow::ScriptEditor,"raweditor",0)
{
g_pRawEditorWindow = this;