diff options
Diffstat (limited to 'tderesources/caldav/config.h')
-rw-r--r-- | tderesources/caldav/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/caldav/config.h b/tderesources/caldav/config.h index fe03114c..23ea20fb 100644 --- a/tderesources/caldav/config.h +++ b/tderesources/caldav/config.h @@ -19,7 +19,7 @@ #include "resource.h" -#include <kdemacros.h> +#include <tdemacros.h> #include <tderesources/configwidget.h> class TQLineEdit; @@ -37,9 +37,9 @@ class CalDavSaveConfig; /** * Configuration widget for CalDAV resource. */ -class KDE_EXPORT ResourceCalDavConfig : public KRES::ConfigWidget +class TDE_EXPORT ResourceCalDavConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: |