summaryrefslogtreecommitdiffstats
path: root/kmail/annotationjobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/annotationjobs.h')
-rw-r--r--kmail/annotationjobs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/annotationjobs.h b/kmail/annotationjobs.h
index 2e7529f2..954a1dea 100644
--- a/kmail/annotationjobs.h
+++ b/kmail/annotationjobs.h
@@ -107,7 +107,7 @@ MultiUrlGetAnnotationJob* multiUrlGetAnnotation( TDEIO::Slave* slave,
/// for getAnnotation()
class GetAnnotationJob : public TDEIO::SimpleJob
{
- Q_OBJECT
+ TQ_OBJECT
public:
GetAnnotationJob( const KURL& url, const TQString& entry, const TQByteArray &packedArgs,
@@ -125,7 +125,7 @@ private:
/// for multiGetAnnotation
class MultiGetAnnotationJob : public TDEIO::Job
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -149,7 +149,7 @@ private:
/// for multiUrlGetAnnotation
class MultiUrlGetAnnotationJob : public TDEIO::Job
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -174,7 +174,7 @@ private:
/// for multiSetAnnotation
class MultiSetAnnotationJob : public TDEIO::Job
{
- Q_OBJECT
+ TQ_OBJECT
public: