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/Workspace.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksysguard/gui/Workspace.h') diff --git a/ksysguard/gui/Workspace.h b/ksysguard/gui/Workspace.h index 924e2b732..40302ac4a 100644 --- a/ksysguard/gui/Workspace.h +++ b/ksysguard/gui/Workspace.h @@ -27,7 +27,7 @@ #include #include -class KConfig; +class TDEConfig; class KURL; class TQString; class WorkSheet; @@ -40,8 +40,8 @@ class Workspace : public TQTabWidget Workspace( TQWidget* parent, const char* name = 0 ); ~Workspace(); - void saveProperties( KConfig* ); - void readProperties( KConfig* ); + void saveProperties( TDEConfig* ); + void readProperties( TDEConfig* ); bool saveOnQuit(); -- cgit v1.2.1