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/default/themelegacy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksplashml/themeengine/default/themelegacy.h') diff --git a/ksplashml/themeengine/default/themelegacy.h b/ksplashml/themeengine/default/themelegacy.h index 852425414..0f73e80c1 100644 --- a/ksplashml/themeengine/default/themelegacy.h +++ b/ksplashml/themeengine/default/themelegacy.h @@ -28,7 +28,7 @@ class DefaultConfig: public ThemeEngineConfig { Q_OBJECT public: - DefaultConfig( TQWidget *, KConfig * ); + DefaultConfig( TQWidget *, TDEConfig * ); void save(); protected: TQCheckBox *mFlash, *mAlwaysShow; @@ -45,7 +45,7 @@ public: ThemeDefault( TQWidget *, const char *, const TQStringList& ); virtual ~ThemeDefault(); - inline const DefaultConfig *config( TQWidget *p, KConfig *c ) + inline const DefaultConfig *config( TQWidget *p, TDEConfig *c ) { return new DefaultConfig( p, c ); }; -- cgit v1.2.1