diff options
Diffstat (limited to 'ksplashml/themeengine/standard/wndstatus.h')
-rw-r--r-- | ksplashml/themeengine/standard/wndstatus.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); |