From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- ksplashml/themeengine/themeengine.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ksplashml/themeengine/themeengine.h') diff --git a/ksplashml/themeengine/themeengine.h b/ksplashml/themeengine/themeengine.h index 026351b5b..fa2f15a65 100644 --- a/ksplashml/themeengine/themeengine.h +++ b/ksplashml/themeengine/themeengine.h @@ -18,7 +18,7 @@ #include -class KConfig; +class TDEConfig; class ObjKsTheme; class TQMouseEvent; @@ -30,18 +30,18 @@ class KDE_EXPORT ThemeEngineConfig: public TQVBox Q_OBJECT public: - ThemeEngineConfig( TQWidget *p, KConfig *c ) + ThemeEngineConfig( TQWidget *p, TDEConfig *c ) :TQVBox( p ), mConfig( c ) {} - KConfig* config()const { return mConfig; } + TDEConfig* config()const { return mConfig; } public slots: virtual void load() {} virtual void save() {} protected: - KConfig *mConfig; + TDEConfig *mConfig; }; /** @@ -54,7 +54,7 @@ class KDE_EXPORT ThemeEngine: public TQVBox public: ThemeEngine( TQWidget *parent, const char *name, const TQStringList &args ); virtual ~ThemeEngine() = 0; - virtual const ThemeEngineConfig *config( TQWidget *, KConfig * ) { return 0L; } + virtual const ThemeEngineConfig *config( TQWidget *, TDEConfig * ) { return 0L; } virtual ObjKsTheme *ksTheme() { return mTheme; } virtual bool eventFilter( TQObject* o, TQEvent* e ); -- cgit v1.2.1