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.h | |
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.h')
-rw-r--r-- | quanta/utility/quantacommon.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/utility/quantacommon.h b/quanta/utility/quantacommon.h index 91e08f57..586b7e50 100644 --- a/quanta/utility/quantacommon.h +++ b/quanta/utility/quantacommon.h @@ -35,7 +35,7 @@ class KStandardDirs; class TQWidget; class Tag; -class KConfig; +class TDEConfig; class KPopupMenu; /** Describes one abbreviation group */ @@ -196,20 +196,20 @@ pointer must be deleted by the caller!! */ static bool checkOverwrite(const KURL& url, TQWidget *window); /** - * Same as KConfigBase::readPathListEntry, but resolves symlinks + * Same as TDEConfigBase::readPathListEntry, but resolves symlinks * @param config * @param pKey * @return */ - static TQStringList readPathListEntry(KConfig *config, const TQString &pKey); + static TQStringList readPathListEntry(TDEConfig *config, const TQString &pKey); /** - * Same as KConfigBase::readPathEntry, but resolves symlinks + * Same as TDEConfigBase::readPathEntry, but resolves symlinks * @param config * @param pKey * @return */ - static TQString readPathEntry(KConfig *config, const TQString &pKey); + static TQString readPathEntry(TDEConfig *config, const TQString &pKey); /** * Returns the HTML encoding string for character with the specified code. |