Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 337312fb5f
commit 0bdf0e7bb5

@ -178,13 +178,13 @@ int showIconsOnButtons;
int toolbarStyle;
TQString tdeConfigValue(const TQString& section, const TQString& name, const TQString& def) {
KConfig currentConfig;
TDEConfig currentConfig;
currentConfig.setGroup(section);
return currentConfig.readEntry(name, def);
}
bool tdeBoolConfigValue(const TQString& section, const TQString& name, bool def) {
KConfig currentConfig;
TDEConfig currentConfig;
currentConfig.setGroup(section);
return currentConfig.readBoolEntry(name, def);
}

Loading…
Cancel
Save