From 0bdf0e7bb553fe27b75edf64a73eafbee61d99d9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:06:09 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tdegtk/tdegtk-theme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdegtk/tdegtk-theme.cpp b/tdegtk/tdegtk-theme.cpp index cb0cb6f..4314aa7 100644 --- a/tdegtk/tdegtk-theme.cpp +++ b/tdegtk/tdegtk-theme.cpp @@ -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); } -- cgit v1.2.3