author | drw <drw> | 2004-03-08 16:30:22 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-08 16:30:22 (UTC) |
commit | 15a9a86fbec54292a82663e1b01c93450f3fbbf8 (patch) (unidiff) | |
tree | e12b30aaa2e0c209e16c17ad85789a035a36c9cf | |
parent | 6248d9ec10561273cf8a864f1fe6c20b366d2639 (diff) | |
download | opie-15a9a86fbec54292a82663e1b01c93450f3fbbf8.zip opie-15a9a86fbec54292a82663e1b01c93450f3fbbf8.tar.gz opie-15a9a86fbec54292a82663e1b01c93450f3fbbf8.tar.bz2 |
Removed unneeded comment
-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 | |||
@@ -65,13 +65,13 @@ class OTabBar; | |||
65 | * children into it, set up geometry management for it, and use addTab() | 65 | * children into it, set up geometry management for it, and use addTab() |
66 | * to add the widget. | 66 | * to add the widget. |
67 | */ | 67 | */ |
68 | class OTabWidget : public QWidget | 68 | class OTabWidget : public QWidget |
69 | { | 69 | { |
70 | Q_OBJECT | 70 | Q_OBJECT |
71 | 71 | ||
72 | public: | 72 | public: |
73 | /** | 73 | /** |
74 | * @enum TabStyle | 74 | * @enum TabStyle |
75 | * @brief Defines how the widget selection control is displayed. | 75 | * @brief Defines how the widget selection control is displayed. |
76 | * | 76 | * |
77 | * Valid values: | 77 | * Valid values: |
@@ -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 | * |