summaryrefslogtreecommitdiffstats
path: root/libkdepim/kwidgetlister.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/kwidgetlister.h')
-rw-r--r--libkdepim/kwidgetlister.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdepim/kwidgetlister.h b/libkdepim/kwidgetlister.h
index 9af7bb9b..c350ed4b 100644
--- a/libkdepim/kwidgetlister.h
+++ b/libkdepim/kwidgetlister.h
@@ -67,7 +67,7 @@ class KDE_EXPORT 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:
@@ -100,7 +100,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
@@ -117,7 +117,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]. */