summaryrefslogtreecommitdiff
path: root/libopie2
Unidiff
Diffstat (limited to 'libopie2') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opieui/otabwidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopie2/opieui/otabwidget.h b/libopie2/opieui/otabwidget.h
index c7d32c2..092f22c 100644
--- a/libopie2/opieui/otabwidget.h
+++ b/libopie2/opieui/otabwidget.h
@@ -127,13 +127,12 @@ class OTabWidget : public QWidget
127/** 127/**
128 * @fn removePage( QWidget *widget ) 128 * @fn removePage( QWidget *widget )
129 * @brief Remove widget from control. Does not delete widget. 129 * @brief Remove widget from control. Does not delete widget.
130 * 130 *
131 * @param widget Widget control to be removed. 131 * @param widget Widget control to be removed.
132 */ 132 */
133 /* ### Page vs. Tab.. yes the widget is a Page but then is addTab wrong -zecke */
134 void removePage( QWidget * ); 133 void removePage( QWidget * );
135 134
136/** 135/**
137 * @fn changeTab( QWidget *widget, const QString &icon, const QString &label ) 136 * @fn changeTab( QWidget *widget, const QString &icon, const QString &label )
138 * @brief Change text and/or icon for existing tab 137 * @brief Change text and/or icon for existing tab
139 * 138 *