diff options
Diffstat (limited to 'ksplashml/themeengine/themeengine.h')
-rw-r--r-- | ksplashml/themeengine/themeengine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ksplashml/themeengine/themeengine.h b/ksplashml/themeengine/themeengine.h index c9fdd3528..0ffb0f72b 100644 --- a/ksplashml/themeengine/themeengine.h +++ b/ksplashml/themeengine/themeengine.h @@ -62,6 +62,7 @@ public slots: virtual void slotUpdateProgress( int ) {} virtual void slotUpdateSteps( int ) {} virtual void slotSetText( const TQString& ) {} + virtual void slotSetTextIndex( const int ) {} virtual void slotSetPixmap( const TQString& ) {} // use DesktopIcon() to load this. protected: |