Fix missing Q_OBJECT macros

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1245170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent e7d09d4e68
commit 9647cd2e4c

@ -30,6 +30,7 @@
* Two approaches - one presented below a DBusQtConnection
* object which is a TQt wrapper around DBusConnection
class DBusQtConnection : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
DBusQtConnection( const char *address=0, TQObject *tqparent=0,
@ -55,6 +56,7 @@ private:
*
* Second approach is to have a static TQt dispatcher like:
class DBusQtNotifier : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
static DBusQtNotifier* dbus_qt_notifier();

Loading…
Cancel
Save