summaryrefslogtreecommitdiffstats
path: root/kiosktool/profilePropsPage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:08:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:08:06 -0600
commit3b6aefe251409d6fba19aab4085e18d90b77550f (patch)
tree2b299dc627f49dabf27ce74851c7e81367eab5e6 /kiosktool/profilePropsPage.cpp
parent033160606842587f113a62c987d5bee31a1349cc (diff)
downloadkiosktool-3b6aefe251409d6fba19aab4085e18d90b77550f.tar.gz
kiosktool-3b6aefe251409d6fba19aab4085e18d90b77550f.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kiosktool/profilePropsPage.cpp')
-rw-r--r--kiosktool/profilePropsPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/profilePropsPage.cpp b/kiosktool/profilePropsPage.cpp
index 97ca85d..793fd48 100644
--- a/kiosktool/profilePropsPage.cpp
+++ b/kiosktool/profilePropsPage.cpp
@@ -40,7 +40,7 @@ static TQStringList userList()
result << thisUser.loginName();
result << "root";
- KConfig *config = kapp->config();
+ TDEConfig *config = kapp->config();
config->setGroup("General");
result += config->readListEntry("PreviousUsers");
result.sort();
@@ -208,7 +208,7 @@ bool ProfilePropsPage::save()
}
// Store this user for easy access later
- KConfig *config = kapp->config();
+ TDEConfig *config = kapp->config();
config->setGroup("General");
TQStringList previousUsers= config->readListEntry("PreviousUsers");
if (!previousUsers.contains(user))