diff options
Diffstat (limited to 'tderesources/slox/kcalresourceslox.h')
| -rw-r--r-- | tderesources/slox/kcalresourceslox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/slox/kcalresourceslox.h b/tderesources/slox/kcalresourceslox.h index cfad65ed..83d78769 100644 --- a/tderesources/slox/kcalresourceslox.h +++ b/tderesources/slox/kcalresourceslox.h @@ -31,7 +31,7 @@ #include <kurl.h> #include <tdeconfig.h> #include <kdirwatch.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <libkcal/incidence.h> #include <libkcal/todo.h> @@ -58,9 +58,9 @@ class SloxAccounts; /** This class provides a calendar stored as a remote file. */ -class KDE_EXPORT KCalResourceSlox : public KCal::ResourceCached, public SloxBase +class TDE_EXPORT KCalResourceSlox : public KCal::ResourceCached, public SloxBase { - Q_OBJECT + TQ_OBJECT friend class KCalResourceSloxConfig; |
