diff options
Diffstat (limited to 'korganizer/koprefs.h')
-rw-r--r-- | korganizer/koprefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/koprefs.h b/korganizer/koprefs.h index 0fa1eb21..0c57134e 100644 --- a/korganizer/koprefs.h +++ b/korganizer/koprefs.h @@ -26,7 +26,7 @@ #include <tqdict.h> -#include <tdepimmacros.h> +#include <tdemacros.h> #include "koprefs_base.h" @@ -38,7 +38,7 @@ class TQStringList; TQColor getTextColor(const TQColor &c); -class KDE_EXPORT KOPrefs : public KOPrefsBase +class TDE_EXPORT KOPrefs : public KOPrefsBase { public: virtual ~KOPrefs(); |