From 495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 20:16:47 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksplashml/themeengine/standard/wndstatus.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksplashml/themeengine/standard/wndstatus.h') diff --git a/ksplashml/themeengine/standard/wndstatus.h b/ksplashml/themeengine/standard/wndstatus.h index 63e253d1d..ddf0f5222 100644 --- a/ksplashml/themeengine/standard/wndstatus.h +++ b/ksplashml/themeengine/standard/wndstatus.h @@ -24,16 +24,16 @@ class TQLabel; class KProgress; /** @short Window displaying status and progress bar. */ -class WndStatus: +class WndtqStatus: public QHBox { Q_OBJECT public: - WndStatus( TQPalette, + WndtqStatus( TQPalette, int, // Xinerama screen bool, // At top? bool, // Progress indicator visible? - const TQFont&, // Status bar font + const TQFont&, // tqStatus bar font const TQColor&, const TQColor &, // Foreground/Background color const TQString& // Icon ); -- cgit v1.2.1