summaryrefslogtreecommitdiffstats
path: root/src/libtdebluez/adapterImpl.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:04:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 13:16:11 +0900
commit0f1dee482b6a2683a2c7ab0670e0a765c2508d2e (patch)
tree900f07de6bfa8a76d0559552340f600b302f21b3 /src/libtdebluez/adapterImpl.h
parent27b70ff7c4df708291f9c4a16977438894b80f5f (diff)
downloadtdebluez-0f1dee48.tar.gz
tdebluez-0f1dee48.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bcf08b15c538ea1181c38e1ef51a2b4f08a92e83)
Diffstat (limited to 'src/libtdebluez/adapterImpl.h')
-rw-r--r--src/libtdebluez/adapterImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtdebluez/adapterImpl.h b/src/libtdebluez/adapterImpl.h
index 8499ab3..f0cbdab 100644
--- a/src/libtdebluez/adapterImpl.h
+++ b/src/libtdebluez/adapterImpl.h
@@ -37,7 +37,7 @@ namespace TDEBluetooth
class KDE_EXPORT AdapterImpl: public Adapter1Proxy
{
- Q_OBJECT
+ TQ_OBJECT
public:
AdapterImpl(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);