diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-23 00:57:37 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-23 00:57:37 +0200 |
commit | 27a1284b96f1542cf60d3501380fd115018e3983 (patch) | |
tree | df3fb83b75fe3173505f85dbeeadf6961588f740 /src/swordoptions.h | |
parent | e03da7a558d79e399e3704a5b2f35646e92dacb7 (diff) | |
download | tdeio-sword-27a1284b96f1542cf60d3501380fd115018e3983.tar.gz tdeio-sword-27a1284b96f1542cf60d3501380fd115018e3983.zip |
Initial TDE conversion
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); |