-rw-r--r-- | libopie/otabwidget.h | 2 |
1 files changed, 1 insertions, 1 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: * @fn setUpLayout() * @brief Internal function to adjust layout. */ void setUpLayout(); signals: /** - * @fn currentChanegd( QWidget *widget ) + * @fn currentChanged( QWidget *widget ) * @brief This signal is emitted whenever the widget has changed. * * @param widget Pointer to new current widget. */ void currentChanged( QWidget * ); private slots: |