From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: 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 --- kdeui/kstatusbar.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdeui/kstatusbar.h') 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); -- cgit v1.2.1