summaryrefslogtreecommitdiffstats
path: root/src/common/gui/dialog.h
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
commitf7ceb2957839027e8027a9a4c0dfff730cb9b704 (patch)
treed1d583f11612d149bc0718c80779df4653699dbb /src/common/gui/dialog.h
parentd98fea1f859d23e1b1220a65d7a8eda3b757fd08 (diff)
downloadpiklab-f7ceb2957839027e8027a9a4c0dfff730cb9b704.tar.gz
piklab-f7ceb2957839027e8027a9a4c0dfff730cb9b704.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/common/gui/dialog.h')
-rw-r--r--src/common/gui/dialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/gui/dialog.h b/src/common/gui/dialog.h
index bc95d81..f506411 100644
--- a/src/common/gui/dialog.h
+++ b/src/common/gui/dialog.h
@@ -19,11 +19,11 @@ class Dialog : public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- Dialog(TQWidget *tqparent, const char *name, bool modal,
+ Dialog(TQWidget *parent, const char *name, bool modal,
const TQString &caption, int buttonMask, ButtonCode defaultButton, bool separator,
const TQSize &defaultSize = TQSize());
Dialog(DialogType type, const TQString &caption,
- int buttonMask, ButtonCode defaultButton, TQWidget *tqparent, const char *name,
+ int buttonMask, ButtonCode defaultButton, TQWidget *parent, const char *name,
bool modal, bool separator, const TQSize &defaultSize = TQSize());
virtual ~Dialog();
@@ -40,7 +40,7 @@ class TreeListDialog : public Dialog
Q_OBJECT
TQ_OBJECT
public:
- TreeListDialog(TQWidget *tqparent, const char *name, bool modal,
+ TreeListDialog(TQWidget *parent, const char *name, bool modal,
const TQString &caption, int buttonMask, ButtonCode defaultButton, bool separator);
TQWidget *addPage(const TQStringList &labels);
void showPage(TQWidget *page);
@@ -74,7 +74,7 @@ Q_OBJECT
TQ_OBJECT
public:
TextEditorDialog(const TQString &text, const TQString &caption,
- bool wrapAtWidgetWidth, TQWidget *tqparent);
+ bool wrapAtWidgetWidth, TQWidget *parent);
};
#endif