summaryrefslogtreecommitdiffstats
path: root/libtdepim/kwidgetlister.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/kwidgetlister.h')
-rw-r--r--libtdepim/kwidgetlister.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdepim/kwidgetlister.h b/libtdepim/kwidgetlister.h
index ebe9c141..6bfeec15 100644
--- a/libtdepim/kwidgetlister.h
+++ b/libtdepim/kwidgetlister.h
@@ -74,19 +74,19 @@ protected slots:
/** Called whenever the user clicks on the 'more' button.
Reimplementations should call this method, because this
implementation does all the dirty work with adding the widgets
- to the layout (through @ref addWidgetAtEnd) and enabling/disabling
+ to the tqlayout (through @ref addWidgetAtEnd) and enabling/disabling
the control buttons. */
virtual void slotMore();
/** Called whenever the user clicks on the 'fewer' button.
Reimplementations should call this method, because this
implementation does all the dirty work with removing the widgets
- from the layout (through @ref removeLastWidget) and
+ from the tqlayout (through @ref removeLastWidget) and
enabling/disabling the control buttons. */
virtual void slotFewer();
/** Called whenever the user clicks on the 'clear' button.
Reimplementations should call this method, because this
implementation does all the dirty work with removing all but
- @ref mMinWidgets widgets from the layout and enabling/disabling
+ @ref mMinWidgets widgets from the tqlayout and enabling/disabling
the control buttons. */
virtual void slotClear();