diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /ksysguard/gui/ksysguard.cc | |
parent | 79b21d47bce1ee428affc97534cd8b257232a871 (diff) | |
download | tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'ksysguard/gui/ksysguard.cc')
-rw-r--r-- | ksysguard/gui/ksysguard.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |