summaryrefslogtreecommitdiffstats
path: root/src/k9updatefactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9updatefactor.h')
-rw-r--r--src/k9updatefactor.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/k9updatefactor.h b/src/k9updatefactor.h
index 8ca98e2..6cec823 100644
--- a/src/k9updatefactor.h
+++ b/src/k9updatefactor.h
@@ -13,24 +13,25 @@
#define K9UPDATEFACTOR_H
#include "k9common.h"
-#include <qobject.h>
-#include <qthread.h>
-#include <qmutex.h>
+#include <tqobject.h>
+#include <tqthread.h>
+#include <tqmutex.h>
/**
@author Jean-Michel PETIT <k9copy@free.fr>
*/
class k9Main;
-class k9UpdateFactor : public QObject, public QThread
+class k9UpdateFactor : public TQObject, public TQThread
{
Q_OBJECT
+ TQ_OBJECT
private:
- QMutex m_mutex;
+ TQMutex m_mutex;
bool m_restart;
protected:
void run();
public:
- k9UpdateFactor(QObject *parent = 0, const char *name = 0);
+ k9UpdateFactor(TQObject *tqparent = 0, const char *name = 0);
~k9UpdateFactor();
void updateFactor();