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 | 16e768c7ecc5aeb226178faeb39349386da8663d (patch) | |
tree | e875e5221ce4f80b741a58a6e7019016bf4ef6e3 /src/kchmsetupdialog.cpp | |
parent | 8cbd3f41229fc385698bfd9a5524ba2610777543 (diff) | |
download | kchmviewer-16e768c7ecc5aeb226178faeb39349386da8663d.tar.gz kchmviewer-16e768c7ecc5aeb226178faeb39349386da8663d.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kchmsetupdialog.cpp')
-rw-r--r-- | src/kchmsetupdialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kchmsetupdialog.cpp b/src/kchmsetupdialog.cpp index 00e0502..55b643e 100644 --- a/src/kchmsetupdialog.cpp +++ b/src/kchmsetupdialog.cpp @@ -25,14 +25,14 @@ #include <tqwhatsthis.h> /* - * Constructs a KCHMSetupDialog as a child of 'tqparent', with the + * Constructs a KCHMSetupDialog as a child of 'parent', with the * name 'name' and widget flags set to 'f'. * * The dialog will by default be modeless, unless you set 'modal' to * TRUE to construct a modal dialog. */ -KCHMSetupDialog::KCHMSetupDialog( TQWidget* tqparent, const char* name, bool modal, WFlags fl ) - : TQDialog( tqparent, name, modal, fl ) +KCHMSetupDialog::KCHMSetupDialog( TQWidget* parent, const char* name, bool modal, WFlags fl ) + : TQDialog( parent, name, modal, fl ) { if ( !name ) setName( "MyDialog1" ); |