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 --- kcontrol/style/kcmstyle.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kcontrol/style/kcmstyle.h') diff --git a/kcontrol/style/kcmstyle.h b/kcontrol/style/kcmstyle.h index ac3d56cb3..44fb68c0e 100644 --- a/kcontrol/style/kcmstyle.h +++ b/kcontrol/style/kcmstyle.h @@ -59,7 +59,7 @@ struct StyleEntry { bool hidden; }; -class KCMStyle : public KCModule +class KCMStyle : public TDECModule { Q_OBJECT @@ -77,9 +77,9 @@ protected: void switchStyle(const TQString& styleName, bool force = false); void setStyleRecursive(TQWidget* w, TQStyle* s); - void loadStyle( KConfig& config ); - void loadEffects( KConfig& config ); - void loadMisc( KConfig& config ); + void loadStyle( TDEConfig& config ); + void loadEffects( TDEConfig& config ); + void loadMisc( TDEConfig& config ); void addWhatsThis(); protected slots: -- cgit v1.2.1