summaryrefslogtreecommitdiffstats
path: root/libtdepim/kresourceprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/kresourceprefs.h')
-rw-r--r--libtdepim/kresourceprefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/kresourceprefs.h b/libtdepim/kresourceprefs.h
index 1954f19c..102d5c5a 100644
--- a/libtdepim/kresourceprefs.h
+++ b/libtdepim/kresourceprefs.h
@@ -23,7 +23,7 @@
#define KRESOURCEPREFS_H
#include <tdeconfigskeleton.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TQString;
@@ -35,7 +35,7 @@ class TQString;
The prefix should be an unique identifier to avoid name clashes and the method
has to be called before readConfig(), otherwise the wrong entries are read.
*/
-class KDE_EXPORT KResourcePrefs : public TDEConfigSkeleton
+class TDE_EXPORT KResourcePrefs : public TDEConfigSkeleton
{
public:
KResourcePrefs( const TQString &name = TQString() );