summaryrefslogtreecommitdiffstats
path: root/k9author/k9menueditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9menueditor.cpp')
-rw-r--r--k9author/k9menueditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/k9author/k9menueditor.cpp b/k9author/k9menueditor.cpp
index f0ea2b3..0099a51 100644
--- a/k9author/k9menueditor.cpp
+++ b/k9author/k9menueditor.cpp
@@ -17,9 +17,9 @@
#include <tqcursor.h>
#include <kcursor.h>
k9MenuEditor::k9MenuEditor(
- TQCanvas& c, TQWidget* tqparent,
+ TQCanvas& c, TQWidget* parent,
const char* name, WFlags f) :
- TQCanvasView(&c,tqparent,name,f) {
+ TQCanvasView(&c,parent,name,f) {
this->setMaximumSize(TQSize(724,580));
moving=NULL;
m_canvasSelection=new k9CanvasSelection(this);