summaryrefslogtreecommitdiffstats
path: root/kdeui/kstatusbar.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
commit10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch)
tree4bc444c00a79e88105f2cfce5b6209994c413ca0 /kdeui/kstatusbar.h
parent307136d8eef0ba133b78ceee8e901138d4c996a1 (diff)
downloadtdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz
tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip
Revert automated changes
Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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);