diff options
Diffstat (limited to 'src/swordoptions.h')
-rw-r--r-- | src/swordoptions.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/swordoptions.h b/src/swordoptions.h index c001939..7c83599 100644 --- a/src/swordoptions.h +++ b/src/swordoptions.h @@ -28,7 +28,7 @@ #include "option.h" // KDE -#include <kglobal.h> +#include <tdeglobal.h> // TQt #include <ntqstring.h> @@ -84,8 +84,8 @@ namespace KioSword { SwordOptions(const SwordOptions& copyFrom); virtual ~SwordOptions(); - void readFromConfig(const KConfig* config); - void saveToConfig(KConfig* config); + void readFromConfig(const TDEConfig* config); + void saveToConfig(TDEConfig* config); TQMap<TQString, TQString> getQueryStringParams() const; void readFromQueryString(TQMap<TQString, TQString> params); |