summaryrefslogtreecommitdiffstats
path: root/yakuake/src/first_run_dialog.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
commit5388d67e65c492d2f6d97eb8c38cd33e75b41fe6 (patch)
tree39d3e3dc656c66a47b99b65a6694492d11c1fdcb /yakuake/src/first_run_dialog.cpp
parent433d7678bdd8a16b72df8a9bf7f7762bcdcc5412 (diff)
downloadyakuake-5388d67e65c492d2f6d97eb8c38cd33e75b41fe6.tar.gz
yakuake-5388d67e65c492d2f6d97eb8c38cd33e75b41fe6.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/yakuake@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'yakuake/src/first_run_dialog.cpp')
-rw-r--r--yakuake/src/first_run_dialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yakuake/src/first_run_dialog.cpp b/yakuake/src/first_run_dialog.cpp
index 6031873..62baf17 100644
--- a/yakuake/src/first_run_dialog.cpp
+++ b/yakuake/src/first_run_dialog.cpp
@@ -18,8 +18,8 @@
#include <kkeydialog.h>
-FirstRunDialog::FirstRunDialog(TQWidget* tqparent, const char* name)
- : FirstRunDialogUI(tqparent, name)
+FirstRunDialog::FirstRunDialog(TQWidget* parent, const char* name)
+ : FirstRunDialogUI(parent, name)
{
connect(key_button, TQT_SIGNAL(capturedShortcut(const KShortcut&)),
this, TQT_SLOT(validateShortcut(const KShortcut&)));