summaryrefslogtreecommitdiffstats
path: root/lib/widgets/resizablecombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/resizablecombo.h')
-rw-r--r--lib/widgets/resizablecombo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/resizablecombo.h b/lib/widgets/resizablecombo.h
index bafefe33..ecaa2058 100644
--- a/lib/widgets/resizablecombo.h
+++ b/lib/widgets/resizablecombo.h
@@ -39,7 +39,7 @@ class ResizableCombo: public TQWidget{
Q_OBJECT
TQ_OBJECT
public:
- ResizableCombo(KComboView *view, TQWidget *tqparent = 0, const char *name = 0);
+ ResizableCombo(KComboView *view, TQWidget *parent = 0, const char *name = 0);
private:
MyPushButton *m_sizer;
@@ -51,7 +51,7 @@ friend class MyPushButton;
class MyPushButton: public TQPushButton
{
public:
- MyPushButton(ResizableCombo *tqparent = 0, const char *name = 0 );
+ MyPushButton(ResizableCombo *parent = 0, const char *name = 0 );
TQPoint pressedPos()
{