diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:39:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:39:24 -0600 |
commit | f9ced3b3f13f3136ef63c33ef163042010d6e80b (patch) | |
tree | 293ce93dfb0dcfd79f83674116d7b3bc56f29af2 /quanta/utility/quantacommon.cpp | |
parent | 29df04c24350cc76a41e2410d1c92445f9338b98 (diff) | |
download | tdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.tar.gz tdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'quanta/utility/quantacommon.cpp')
-rw-r--r-- | quanta/utility/quantacommon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/utility/quantacommon.cpp b/quanta/utility/quantacommon.cpp index 4a1d61f5..e29c1013 100644 --- a/quanta/utility/quantacommon.cpp +++ b/quanta/utility/quantacommon.cpp @@ -714,7 +714,7 @@ bool QuantaCommon::checkOverwrite(const KURL& url, TQWidget *window) return result; } -TQStringList QuantaCommon::readPathListEntry(KConfig *config, const TQString &pKey) +TQStringList QuantaCommon::readPathListEntry(TDEConfig *config, const TQString &pKey) { TQStringList list = config->readPathListEntry(pKey); TQStringList::Iterator end = list.end(); @@ -730,7 +730,7 @@ TQStringList QuantaCommon::readPathListEntry(KConfig *config, const TQString &pK return list; } -TQString QuantaCommon::readPathEntry(KConfig *config, const TQString &pKey) +TQString QuantaCommon::readPathEntry(TDEConfig *config, const TQString &pKey) { TQString path = config->readPathEntry(pKey); KURL u = KURL::fromPathOrURL(path); |