summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_paintop_box.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_paintop_box.cc')
-rw-r--r--chalk/ui/kis_paintop_box.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/ui/kis_paintop_box.cc b/chalk/ui/kis_paintop_box.cc
index ad4dbabb3..e0fc1dc88 100644
--- a/chalk/ui/kis_paintop_box.cc
+++ b/chalk/ui/kis_paintop_box.cc
@@ -43,8 +43,8 @@
#include "kis_paintop_box.h"
-KisPaintopBox::KisPaintopBox (KisView * view, TQWidget *tqparent, const char * name)
- : super (tqparent, name),
+KisPaintopBox::KisPaintopBox (KisView * view, TQWidget *parent, const char * name)
+ : super (parent, name),
m_canvasController(view->getCanvasController())
{
#if KDE_VERSION >= KDE_MAKE_VERSION(3,3,90)