summaryrefslogtreecommitdiffstats
path: root/ksplashml/themeengine/redmond/previewredmond.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/themeengine/redmond/previewredmond.cpp')
-rw-r--r--ksplashml/themeengine/redmond/previewredmond.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksplashml/themeengine/redmond/previewredmond.cpp b/ksplashml/themeengine/redmond/previewredmond.cpp
index 3bfb80203..1fcf0161f 100644
--- a/ksplashml/themeengine/redmond/previewredmond.cpp
+++ b/ksplashml/themeengine/redmond/previewredmond.cpp
@@ -43,7 +43,7 @@ PreviewRedmond::PreviewRedmond( TQWidget* parent )
m_showWelcomeString (true),
m_showUserString (true),
m_showUserIcon (true),
- m_showStatusString (true)
+ m_showtqStatusString (true)
{
_updateCache();
}
@@ -99,7 +99,7 @@ void PreviewRedmond::_updateCache()
if( m_showUserIcon )
p.drawPixmap( rect().width()/2 + 10, rect().height()/2, m_icon );
- if( m_showStatusString )
+ if( m_showtqStatusString )
{
TQPoint statusTextPos( rect().width()/2 + m_icon.width() + 20,
rect().height()/2 + (int)(p.fontMetrics().height()*0.85) + 15 );