summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/qeditlistbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/qeditlistbox.h')
-rw-r--r--lib/widgets/propeditor/qeditlistbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/widgets/propeditor/qeditlistbox.h b/lib/widgets/propeditor/qeditlistbox.h
index 78a61bfc..2750623b 100644
--- a/lib/widgets/propeditor/qeditlistbox.h
+++ b/lib/widgets/propeditor/qeditlistbox.h
@@ -101,7 +101,7 @@ public:
* it will be checked if you press the Add-button. It is not
* possible to enter items twice into the listbox.
*/
- QEditListBox(TQWidget *tqparent = 0, const char *name = 0,
+ QEditListBox(TQWidget *parent = 0, const char *name = 0,
bool checkAtEntering=false, int buttons = All );
/**
* Create an editable listbox.
@@ -109,7 +109,7 @@ public:
* The same as the other constructor, additionally it takes
* @p title, which will be the title of the frame around the listbox.
*/
- QEditListBox(const TQString& title, TQWidget *tqparent = 0,
+ QEditListBox(const TQString& title, TQWidget *parent = 0,
const char *name = 0, bool checkAtEntering=false,
int buttons = All );
@@ -127,7 +127,7 @@ public:
*/
QEditListBox( const TQString& title,
const CustomEditor &customEditor,
- TQWidget *tqparent = 0, const char *name = 0,
+ TQWidget *parent = 0, const char *name = 0,
bool checkAtEntering = false, int buttons = All );
virtual ~QEditListBox();