summaryrefslogtreecommitdiffstats
path: root/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/kcmconfigs/kcmkabcustomfields.cpp')
-rw-r--r--kaddressbook/kcmconfigs/kcmkabcustomfields.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp b/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
index 8905b899..ae420912 100644
--- a/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
+++ b/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
@@ -25,15 +25,15 @@
#include "kabprefs.h"
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tqregexp.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
extern "C"
{
- KDE_EXPORT TDECModule *create_kabcustomfields( TQWidget *parent, const char * ) {
+ TDE_EXPORT TDECModule *create_kabcustomfields( TQWidget *parent, const char * ) {
return new KCMKabCustomFields( parent, "kcmkabcustomfields" );
}
}