summaryrefslogtreecommitdiffstats
path: root/src/gvcore/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/cache.h')
-rw-r--r--src/gvcore/cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/cache.h b/src/gvcore/cache.h
index 7c5420f..40425d1 100644
--- a/src/gvcore/cache.h
+++ b/src/gvcore/cache.h
@@ -35,7 +35,7 @@ Copyright 2000-2004 Aurélien Gâteau
// Local
#include "imageframe.h"
#include "libgwenview_export.h"
-class KConfig;
+class TDEConfig;
namespace Gwenview {
class LIBGWENVIEW_EXPORT Cache : public TQObject {
@@ -54,7 +54,7 @@ public:
void setPriorityURL( const KURL& url, bool set );
void invalidate( const KURL& url );
void checkThumbnailSize( int size );
- void readConfig(KConfig*,const TQString& group);
+ void readConfig(TDEConfig*,const TQString& group);
void updateAge();
enum { DEFAULT_MAXSIZE = 16 * 1024 * 1024 }; // 16MiB
private: