diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kdeui/kstatusbar.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/kstatusbar.h')
-rw-r--r-- | kdeui/kstatusbar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeui/kstatusbar.h b/kdeui/kstatusbar.h index 97ec7881d..200c23d23 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 geometry is managed + * You can insert text labels or custom widgets. Their tqgeometry 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 BarStatus{ Toggle, Show, Hide }; + enum BartqStatus{ 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 QStatusbar::addWidget + * @see QtqStatusbar::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 alignment of item @p id. By default all fields are aligned - * @p AlignHCenter | @p AlignVCenter. See TQLabel::setAlignment for details. + * Sets the tqalignment of item @p id. By default all fields are aligned + * @p AlignHCenter | @p AlignVCenter. See TQLabel::tqsetAlignment for details. * */ void setItemAlignment(int id, int align); |