summaryrefslogtreecommitdiffstats
path: root/kabc/field.h
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/field.h')
-rw-r--r--kabc/field.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kabc/field.h b/kabc/field.h
index 7a622b90f..118ce2d51 100644
--- a/kabc/field.h
+++ b/kabc/field.h
@@ -26,7 +26,7 @@
#include "addressee.h"
-class KConfig;
+class TDEConfig;
namespace KABC {
@@ -134,7 +134,7 @@ public:
* @param identifier The unique identifier
* @param fields The list of the fields
*/
- static void saveFields( KConfig *cfg, const TQString &identifier,
+ static void saveFields( TDEConfig *cfg, const TQString &identifier,
const Field::List &fields );
/**
* This is the same as above, with the difference, that
@@ -149,7 +149,7 @@ public:
* @param cfg The config file object
* @param identifier The unique identifier
*/
- static Field::List restoreFields( KConfig *cfg, const TQString &identifier );
+ static Field::List restoreFields( TDEConfig *cfg, const TQString &identifier );
/**
* This is the same as above, with the difference, that