summaryrefslogtreecommitdiffstats
path: root/ksplashml/themeengine/standard/themestandard.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/themeengine/standard/themestandard.h')
-rw-r--r--ksplashml/themeengine/standard/themestandard.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksplashml/themeengine/standard/themestandard.h b/ksplashml/themeengine/standard/themestandard.h
index 2e5d1aeb0..7bdcc4c1e 100644
--- a/ksplashml/themeengine/standard/themestandard.h
+++ b/ksplashml/themeengine/standard/themestandard.h
@@ -50,15 +50,15 @@ public:
public slots:
inline void slotUpdateProgress( int i )
{
- if( mStatus ) mStatus->slotUpdateProgress( i );
+ if( mtqStatus ) mtqStatus->slotUpdateProgress( i );
}
inline void slotUpdateSteps( int i )
{
- if( mStatus ) mStatus->slotUpdateSteps( i );
+ if( mtqStatus ) mtqStatus->slotUpdateSteps( i );
}
inline void slotSetText( const TQString& s )
{
- if( mStatus ) mStatus->slotSetMessage( s );
+ if( mtqStatus ) mtqStatus->slotSetMessage( s );
}
void slotSetPixmap( const TQString& );
@@ -67,7 +67,7 @@ private:
void _readSettings();
void _initUi();
- WndStatus *mStatus;
+ WndtqStatus *mtqStatus;
WndIcon *mIcon, *mPrevIcon;
int mIconCount;
int mStatusBarHeight;