summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/otabwidget.h2
-rw-r--r--libopie2/opieui/otabwidget.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libopie/otabwidget.h b/libopie/otabwidget.h
index acb9223..047eaa1 100644
--- a/libopie/otabwidget.h
+++ b/libopie/otabwidget.h
@@ -251,17 +251,17 @@ private:
251 * @fn setUpLayout() 251 * @fn setUpLayout()
252 * @brief Internal function to adjust layout. 252 * @brief Internal function to adjust layout.
253 */ 253 */
254 void setUpLayout(); 254 void setUpLayout();
255 255
256 256
257signals: 257signals:
258/** 258/**
259 * @fn currentChanegd( QWidget *widget ) 259 * @fn currentChanged( QWidget *widget )
260 * @brief This signal is emitted whenever the widget has changed. 260 * @brief This signal is emitted whenever the widget has changed.
261 * 261 *
262 * @param widget Pointer to new current widget. 262 * @param widget Pointer to new current widget.
263 */ 263 */
264 void currentChanged( QWidget * ); 264 void currentChanged( QWidget * );
265 265
266private slots: 266private slots:
267 267
diff --git a/libopie2/opieui/otabwidget.h b/libopie2/opieui/otabwidget.h
index 6a64b7d..b3423e8 100644
--- a/libopie2/opieui/otabwidget.h
+++ b/libopie2/opieui/otabwidget.h
@@ -255,17 +255,17 @@ private:
255 * @fn setUpLayout() 255 * @fn setUpLayout()
256 * @brief Internal function to adjust layout. 256 * @brief Internal function to adjust layout.
257 */ 257 */
258 void setUpLayout(); 258 void setUpLayout();
259 259
260 260
261 signals: 261 signals:
262/** 262/**
263 * @fn currentChanegd( QWidget *widget ) 263 * @fn currentChanged( QWidget *widget )
264 * @brief This signal is emitted whenever the widget has changed. 264 * @brief This signal is emitted whenever the widget has changed.
265 * 265 *
266 * @param widget Pointer to new current widget. 266 * @param widget Pointer to new current widget.
267 */ 267 */
268 void currentChanged( QWidget * ); 268 void currentChanged( QWidget * );
269 269
270 private slots: 270 private slots:
271 271