diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 15b10cc62d853edddc5700fa54297ab717b6ac26 (patch) | |
tree | bedcdf513538bea134a3e3e1a1edf7e5d5ffc1bd /src/resizabledragwidget.cpp | |
parent | fe49082b77e8b949f97e08892fefe17c54ed17da (diff) | |
download | kvkbd-15b10cc62d853edddc5700fa54297ab717b6ac26.tar.gz kvkbd-15b10cc62d853edddc5700fa54297ab717b6ac26.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvkbd@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/resizabledragwidget.cpp')
-rw-r--r-- | src/resizabledragwidget.cpp | 4 |
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; |