summaryrefslogtreecommitdiffstats
path: root/kdeui/kstatusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kstatusbar.h')
-rw-r--r--kdeui/kstatusbar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeui/kstatusbar.h b/kdeui/kstatusbar.h
index 200c23d23..97ec7881d 100644
--- a/kdeui/kstatusbar.h
+++ b/kdeui/kstatusbar.h
@@ -62,7 +62,7 @@ signals:
*
* Display status messages.
*
- * You can insert text labels or custom widgets. Their tqgeometry is managed
+ * You can insert text labels or custom widgets. Their geometry is managed
* internally. KStatusBar resizes itself, but positioning is left to
* KMainWindow (or to you, if you don't use KMainWindow ).
*
@@ -94,7 +94,7 @@ public:
* WARNING: This enum is only for backward compatibility and it may be removed.
* No method here uses it.
*/
- enum BartqStatus{ Toggle, Show, Hide };
+ enum BarStatus{ Toggle, Show, Hide };
/**
* Constructs a status bar. @p parent is usually KMainWindow.
@@ -121,7 +121,7 @@ public:
* @param stretch stretch passed to TQStatusBar::addWidget
* @param permanent is item permanent or not (passed to TQStatusBar::addWidget )
*
- * @see QtqStatusbar::addWidget
+ * @see QStatusbar::addWidget
*
*/
void insertItem(const TQString& text, int id, int stretch=0, bool permanent=false );
@@ -167,8 +167,8 @@ public:
void changeItem( const TQString& text, int id );
/**
- * Sets the tqalignment of item @p id. By default all fields are aligned
- * @p AlignHCenter | @p AlignVCenter. See TQLabel::tqsetAlignment for details.
+ * Sets the alignment of item @p id. By default all fields are aligned
+ * @p AlignHCenter | @p AlignVCenter. See TQLabel::setAlignment for details.
*
*/
void setItemAlignment(int id, int align);