summaryrefslogtreecommitdiffstats
path: root/ksplashml/themeengine/standard/wndstatus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/themeengine/standard/wndstatus.cpp')
-rw-r--r--ksplashml/themeengine/standard/wndstatus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/themeengine/standard/wndstatus.cpp b/ksplashml/themeengine/standard/wndstatus.cpp
index b3a2e69f9..9eb8be9a0 100644
--- a/ksplashml/themeengine/standard/wndstatus.cpp
+++ b/ksplashml/themeengine/standard/wndstatus.cpp
@@ -72,7 +72,7 @@ WndStatus::WndStatus( TQPalette /*pal*/,
TQWidget *widg = new TQWidget( this );
setStretchFactor(widg,50);
- setFixedSize( rect.width(), QMAX(m_progress->height(),m_label->height()) );
+ setFixedSize( rect.width(), TQMAX(m_progress->height(),m_label->height()) );
if ( atTop )
move( rect.topLeft() );