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/ksysguard.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksysguard/gui/ksysguard.cc') diff --git a/ksysguard/gui/ksysguard.cc b/ksysguard/gui/ksysguard.cc index 00d3ac727..aeac861af 100644 --- a/ksysguard/gui/ksysguard.cc +++ b/ksysguard/gui/ksysguard.cc @@ -378,7 +378,7 @@ bool TopLevel::queryClose() return true; } -void TopLevel::readProperties( KConfig *cfg ) +void TopLevel::readProperties( TDEConfig *cfg ) { /* we can ignore 'isMaximized' because we can't set the window maximized, so we save the coordinates instead */ @@ -403,7 +403,7 @@ void TopLevel::readProperties( KConfig *cfg ) applyMainWindowSettings( cfg ); } -void TopLevel::saveProperties( KConfig *cfg ) +void TopLevel::saveProperties( TDEConfig *cfg ) { mActionOpenRecent->saveEntries( cfg ); -- cgit v1.2.3