From 76ce0b1e44d7105792de5733e1b147f9892a9347 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:06:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/qt_qt_wrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qt_qt_wrapper.cpp') diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp index 8448087..aa37d8a 100644 --- a/src/qt_qt_wrapper.cpp +++ b/src/qt_qt_wrapper.cpp @@ -513,14 +513,14 @@ GdkFilterReturn gdkEventFilter(GdkXEvent *xevent, GdkEvent *gevent, gpointer dat TQString kdeConfigValue(const TQString& section, const TQString& name, const TQString& def) { - KConfig currentConfig; + TDEConfig currentConfig; currentConfig.setGroup(section); return currentConfig.readEntry(name, def); } bool kdeBoolConfigValue(const TQString& section, const TQString& name, bool def) { - KConfig currentConfig; + TDEConfig currentConfig; currentConfig.setGroup(section); return currentConfig.readBoolEntry(name, def); } -- cgit v1.2.3