summaryrefslogtreecommitdiffstats
path: root/tderesources/groupwise/tdeabc_resourcegroupwise.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/groupwise/tdeabc_resourcegroupwise.h')
-rw-r--r--tderesources/groupwise/tdeabc_resourcegroupwise.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/groupwise/tdeabc_resourcegroupwise.h b/tderesources/groupwise/tdeabc_resourcegroupwise.h
index b57c36e8..c573eaf9 100644
--- a/tderesources/groupwise/tdeabc_resourcegroupwise.h
+++ b/tderesources/groupwise/tdeabc_resourcegroupwise.h
@@ -23,7 +23,7 @@
#include "soap/groupwiseserver.h"
#include <tdeabcresourcecached.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <libtdepim/progressmanager.h>
@@ -37,11 +37,11 @@ namespace TDEABC {
class GroupwisePrefs;
-class KDE_EXPORT ResourceGroupwise : public ResourceCached
+class TDE_EXPORT ResourceGroupwise : public ResourceCached
{
friend class ResourceGroupwiseConfig;
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -143,7 +143,7 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached
/** DATA PROCESSING SLOTS **/
void slotReadJobData( TDEIO::Job *, const TQByteArray & );
void slotUpdateJobData( TDEIO::Job *, const TQByteArray & );
- /** HELPER TQT_SLOT **/
+ /** HELPER TQ_SLOT **/
void slotJobPercent( TDEIO::Job *job, unsigned long percent );
void cancelLoad();