diff options
Diffstat (limited to 'kcontrol/kio/ksaveioconfig.h')
-rw-r--r-- | kcontrol/kio/ksaveioconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/kio/ksaveioconfig.h b/kcontrol/kio/ksaveioconfig.h index c5efc5525..27df8c51d 100644 --- a/kcontrol/kio/ksaveioconfig.h +++ b/kcontrol/kio/ksaveioconfig.h @@ -50,7 +50,7 @@ public: static void setMaxCacheSize( int ); - static void setCacheControl( KIO::CacheControl ); + static void setCacheControl( TDEIO::CacheControl ); /** Proxy Settings */ @@ -86,8 +86,8 @@ public: static void updateProxyScout( TQWidget * parent = 0L ); protected: - static KConfig* config (); - static KConfig* http_config (); + static TDEConfig* config (); + static TDEConfig* http_config (); KSaveIOConfig (); private: |