summaryrefslogtreecommitdiff
path: root/libopie/otabwidget.h
Unidiff
Diffstat (limited to 'libopie/otabwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/otabwidget.h2
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
@@ -247,25 +247,25 @@ private:
247 */ 247 */
248 void selectTab( OTabInfo * ); 248 void selectTab( OTabInfo * );
249 249
250/** 250/**
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
268/** 268/**
269 * @fn slotTabBarSelected( int id ) 269 * @fn slotTabBarSelected( int id )
270 * @brief Slot which is called when a tab is selected. 270 * @brief Slot which is called when a tab is selected.
271 * 271 *