summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tqdbusconnection.h1
-rw-r--r--tqdbusproxy.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/tqdbusconnection.h b/tqdbusconnection.h
index f9ae547..d2e78d9 100644
--- a/tqdbusconnection.h
+++ b/tqdbusconnection.h
@@ -471,6 +471,7 @@ public:
* @code
* class DBusSignalReceiver : public TQObject
* {
+ * Q_OBJECT
* TQ_OBJECT
* public slots:
* void dbusSignal(const TQT_DBusMessage&);
diff --git a/tqdbusproxy.h b/tqdbusproxy.h
index 0e925e5..ae31f40 100644
--- a/tqdbusproxy.h
+++ b/tqdbusproxy.h
@@ -174,6 +174,7 @@
* @code
* class MyReceiver : public TQObject
* {
+ * Q_OBJECT
* TQ_OBJECT
* public slots:
* void handleDBusSignal(const TQT_DBusMessage&);