summaryrefslogtreecommitdiffstats
path: root/kbfxlib/common/kbfxfontchooser.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit6c8d760f1f7b0c1582ba4c7a0263a0ea0049ee21 (patch)
tree32289f314009a269903735db89973ac343e2bb64 /kbfxlib/common/kbfxfontchooser.cpp
parent055401d5dbcb7a509b9d6a6414ba3fc55a23eb82 (diff)
downloadkbfx-6c8d760f1f7b0c1582ba4c7a0263a0ea0049ee21.tar.gz
kbfx-6c8d760f1f7b0c1582ba4c7a0263a0ea0049ee21.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbfx@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbfxlib/common/kbfxfontchooser.cpp')
-rw-r--r--kbfxlib/common/kbfxfontchooser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfxlib/common/kbfxfontchooser.cpp b/kbfxlib/common/kbfxfontchooser.cpp
index 24f773a..2a445d6 100644
--- a/kbfxlib/common/kbfxfontchooser.cpp
+++ b/kbfxlib/common/kbfxfontchooser.cpp
@@ -20,8 +20,8 @@
#include "kbfxfontchooser.h"
-KBFXFontChooser::KBFXFontChooser ( TQWidget *tqparent, const char *name )
- : TQWidget ( tqparent, name )
+KBFXFontChooser::KBFXFontChooser ( TQWidget *parent, const char *name )
+ : TQWidget ( parent, name )
{
TQHBoxLayout* tqlayout = new TQHBoxLayout ( this, 0, KDialog::spacingHint() );