From 3f4a52a7c4741f2d706dafb64cfc72aaf83eee3b Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 27 Jul 2010 23:18:50 +0000 Subject: Proper conversion to TQt interface git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1155713 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtmcop/qiomanager_p.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'qtmcop/qiomanager_p.h') diff --git a/qtmcop/qiomanager_p.h b/qtmcop/qiomanager_p.h index 8877b19..b4fea29 100644 --- a/qtmcop/qiomanager_p.h +++ b/qtmcop/qiomanager_p.h @@ -31,24 +31,24 @@ #define QIOMANAGER_P_H #include "iomanager.h" -#include -#include -#include +#include +#include +#include #include namespace Arts { -class QIOWatch : public QObject { +class QIOWatch : public TQObject { Q_OBJECT protected: - QSocketNotifier *qsocketnotify; + TQSocketNotifier *qsocketnotify; int _fd; int _type; IONotify *_client; bool _reentrant; public: - QIOWatch(int fd, int type, IONotify *notify, QSocketNotifier::Type qtype, + QIOWatch(int fd, int type, IONotify *notify, TQSocketNotifier::Type qtype, bool reentrant); inline IONotify *client() { return _client; } @@ -59,10 +59,10 @@ public slots: void notify(int socket); }; -class QTimeWatch : public QObject { +class QTimeWatch : public TQObject { Q_OBJECT protected: - QTimer *timer; + TQTimer *timer; TimeNotify *_client; public: QTimeWatch(int milliseconds, TimeNotify *notify); -- cgit v1.2.1