diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /ksplashml/wndmain.h | |
parent | 79b21d47bce1ee428affc97534cd8b257232a871 (diff) | |
download | tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'ksplashml/wndmain.h')
-rw-r--r-- | ksplashml/wndmain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksplashml/wndmain.h b/ksplashml/wndmain.h index 7ece50bdd..f74f48f32 100644 --- a/ksplashml/wndmain.h +++ b/ksplashml/wndmain.h @@ -34,7 +34,7 @@ typedef struct class WndStatus; class ObjKsTheme; class ThemeEngine; -class KConfig; +class TDEConfig; class KSplash: public TQWidget, virtual public KSplashIface { @@ -87,7 +87,7 @@ private slots: void slotExec(); void nextIcon(); void slotInsertAction( const TQString&, const TQString& ); - void slotReadProperties( KConfig * ); + void slotReadProperties( TDEConfig * ); void slotSetText( const TQString& ); void slotSetTextIndex( const int ); |