summaryrefslogtreecommitdiffstats
path: root/tderesources/slox/sloxaccounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/slox/sloxaccounts.h')
-rw-r--r--tderesources/slox/sloxaccounts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/slox/sloxaccounts.h b/tderesources/slox/sloxaccounts.h
index 2e9d1289..64c5a273 100644
--- a/tderesources/slox/sloxaccounts.h
+++ b/tderesources/slox/sloxaccounts.h
@@ -21,7 +21,7 @@
#define SLOXACCOUNTS_H
#include <tdeabc/addressee.h>
-#include <tdepimmacros.h>
+#include <tdemacros.h>
#include <tqobject.h>
namespace TDEIO {
@@ -30,9 +30,9 @@ class Job;
class SloxBase;
-class KDE_EXPORT SloxAccounts : public TQObject
+class TDE_EXPORT SloxAccounts : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
SloxAccounts( SloxBase *res, const KURL &baseUrl );