diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /libkonq/konq_pixmapprovider.h | |
parent | 79b21d47bce1ee428affc97534cd8b257232a871 (diff) | |
download | tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'libkonq/konq_pixmapprovider.h')
-rw-r--r-- | libkonq/konq_pixmapprovider.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libkonq/konq_pixmapprovider.h b/libkonq/konq_pixmapprovider.h index cb20879a6..ca259915f 100644 --- a/libkonq/konq_pixmapprovider.h +++ b/libkonq/konq_pixmapprovider.h @@ -27,7 +27,7 @@ #include <libkonq_export.h> -class KConfig; +class TDEConfig; class LIBKONQ_EXPORT KonqPixmapProvider : public KonqFavIconMgr, virtual public KPixmapProvider { @@ -42,14 +42,14 @@ public: virtual TQPixmap pixmapFor( const TQString& url, int size = 0 ); /** - * Loads the cache to @p kc from the current KConfig-group from key @p key. + * Loads the cache to @p kc from the current TDEConfig-group from key @p key. */ - void load( KConfig * kc, const TQString& key ); + void load( TDEConfig * kc, const TQString& key ); /** - * Saves the cache to @p kc into the current KConfig-group as key @p key. + * Saves the cache to @p kc into the current TDEConfig-group as key @p key. * Only those @p items are saved, otherwise the cache would grow forever. */ - void save( KConfig *, const TQString& key, const TQStringList& items ); + void save( TDEConfig *, const TQString& key, const TQStringList& items ); /** * Clears the pixmap cache |