summaryrefslogtreecommitdiffstats
path: root/src/resizabledragwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resizabledragwidget.cpp')
-rw-r--r--src/resizabledragwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resizabledragwidget.cpp b/src/resizabledragwidget.cpp
index 637dd87..7af09fd 100644
--- a/src/resizabledragwidget.cpp
+++ b/src/resizabledragwidget.cpp
@@ -22,8 +22,8 @@
#include "kmessagebox.h"
#include "tqpainter.h"
-ResizableDragWidget::ResizableDragWidget(TQWidget *tqparent, const char *name, WFlags f)
- : DragWidget(tqparent,name,f)
+ResizableDragWidget::ResizableDragWidget(TQWidget *parent, const char *name, WFlags f)
+ : DragWidget(parent,name,f)
{
rsz=false;