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 --- ksysguard/gui/ksgrd/StyleEngine.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksysguard/gui/ksgrd/StyleEngine.h') diff --git a/ksysguard/gui/ksgrd/StyleEngine.h b/ksysguard/gui/ksgrd/StyleEngine.h index 4263a85c8..50ec06e0b 100644 --- a/ksysguard/gui/ksgrd/StyleEngine.h +++ b/ksysguard/gui/ksgrd/StyleEngine.h @@ -30,7 +30,7 @@ #include -class KConfig; +class TDEConfig; class TQListBoxItem; @@ -46,8 +46,8 @@ class KDE_EXPORT StyleEngine : public QObject StyleEngine(); ~StyleEngine(); - void readProperties( KConfig* ); - void saveProperties( KConfig* ); + void readProperties( TDEConfig* ); + void saveProperties( TDEConfig* ); const TQColor& firstForegroundColor() const; const TQColor& secondForegroundColor() const; -- cgit v1.2.1