summaryrefslogtreecommitdiffstats
path: root/src/gui/kwidgetlister.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kwidgetlister.h')
-rw-r--r--src/gui/kwidgetlister.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kwidgetlister.h b/src/gui/kwidgetlister.h
index c57f1e4..3e98fd3 100644
--- a/src/gui/kwidgetlister.h
+++ b/src/gui/kwidgetlister.h
@@ -64,7 +64,7 @@ class KWidgetLister : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- KWidgetLister( int minWidgets=1, int maxWidgets=8, TQWidget* tqparent=0, const char* name=0 );
+ KWidgetLister( int minWidgets=1, int maxWidgets=8, TQWidget* parent=0, const char* name=0 );
virtual ~KWidgetLister();
protected slots:
@@ -97,7 +97,7 @@ protected:
when showing it on screen. Make sure you call this
implementaion, though, since you cannot put the widget on screen
from derived classes (@p mLayout is private).
- Make sure the tqparent of the TQWidget to add is this KWidgetLister. */
+ Make sure the parent of the TQWidget to add is this KWidgetLister. */
virtual void addWidgetAtEnd(TQWidget *w =0);
/** Removes a single (always the last) widget. Doesn't care if there
are still only @ref mMinWidgets left on screen and whether it
@@ -114,7 +114,7 @@ protected:
classes, we are forced to emulate this by forcing the
implementers of subclasses of KWidgetLister to reimplement this
function which replaces the "@p new @p T" call. */
- virtual TQWidget* createWidget( TQWidget *tqparent );
+ virtual TQWidget* createWidget( TQWidget *parent );
/** Sets the number of widgets on scrren to exactly @p aNum. Doesn't
check if @p aNum is inside the range @p
[mMinWidgets,mMaxWidgets]. */