diff options
Diffstat (limited to 'knotes/knotesnetrecv.h')
-rw-r--r-- | knotes/knotesnetrecv.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/knotes/knotesnetrecv.h b/knotes/knotesnetrecv.h index 105aa6461..b0e1f4b44 100644 --- a/knotes/knotesnetrecv.h +++ b/knotes/knotesnetrecv.h @@ -32,7 +32,7 @@ #ifndef KNOTESNETRECV_H #define KNOTESNETRECV_H -#include <qobject.h> +#include <tqobject.h> class QTimer; @@ -49,7 +49,7 @@ public: ~KNotesNetworkReceiver(); signals: - void sigNoteReceived( const QString &, const QString & ); + void sigNoteReceived( const TQString &, const TQString & ); private slots: void slotDataAvailable(); @@ -58,12 +58,12 @@ private slots: void slotError( int err ); private: - QTimer *m_timer; // to avoid memory and connection floods + TQTimer *m_timer; // to avoid memory and connection floods - QByteArray *m_buffer; + TQByteArray *m_buffer; KNetwork::KBufferedSocket *m_sock; - QString m_titleAddon; + TQString m_titleAddon; }; #endif |