-rw-r--r-- | libopie2/opieui/otabwidget.h | 3 |
1 files changed, 1 insertions, 2 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 @@ -69,5 +69,5 @@ class OTabWidget : public QWidget { Q_OBJECT - + public: /** @@ -131,5 +131,4 @@ class OTabWidget : public QWidget * @param widget Widget control to be removed. */ - /* ### Page vs. Tab.. yes the widget is a Page but then is addTab wrong -zecke */ void removePage( QWidget * ); |