From dba26cb985af370c33d1767037851705cc561726 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 5 Aug 2011 17:12:16 +0000 Subject: Fix missing Q_OBJECT macros git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1245170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/protocols/sms/services/kopete_unix_serial.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kopete/protocols/sms/services/kopete_unix_serial.h b/kopete/protocols/sms/services/kopete_unix_serial.h index 048e8ce8..a85fa94b 100644 --- a/kopete/protocols/sms/services/kopete_unix_serial.h +++ b/kopete/protocols/sms/services/kopete_unix_serial.h @@ -29,18 +29,19 @@ class TQSocketNotifier; namespace gsmlib { - + class KopeteUnixSerialPort : public TQObject, public Port { - TQ_OBJECT; - + Q_OBJECT + TQ_OBJECT + protected: int _fd; // file descriptor for device int _oldChar; // character set by putBack() (-1 == none) long int _timeoutVal; // timeout for getLine/readByte TQSocketNotifier* _readNotifier; - + // throw GsmException include UNIX errno void throwModemException(std::string message) throw(GsmException); -- cgit v1.2.1