summaryrefslogtreecommitdiff
path: root/libopie2/opieui
Unidiff
Diffstat (limited to 'libopie2/opieui') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/otabwidget.h2
1 files changed, 1 insertions, 1 deletions
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
@@ -257,13 +257,13 @@ private:
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