diff options
Diffstat (limited to 'knotes/resourcenotes.h')
-rw-r--r-- | knotes/resourcenotes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knotes/resourcenotes.h b/knotes/resourcenotes.h index 9ea668a0..8ac01f49 100644 --- a/knotes/resourcenotes.h +++ b/knotes/resourcenotes.h @@ -34,7 +34,7 @@ #define RESOURCENOTES_H #include <tderesources/resource.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <libkcal/alarm.h> class TDEConfig; @@ -52,7 +52,7 @@ namespace KCal { * \warning This code is still under heavy development. Don't expect source or * binary compatibility in future versions. */ -class KDE_EXPORT ResourceNotes : public KRES::Resource +class TDE_EXPORT ResourceNotes : public KRES::Resource { public: ResourceNotes( const TDEConfig * ); |