diff options
author | Slávek Banko <[email protected]> | 2018-09-17 19:40:01 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-17 19:40:01 +0200 |
commit | d23c63d60906fc0e6180bdcf9dac11310248cdb1 (patch) | |
tree | 07b7b404ac53d982c1aa66517fe8d3ce5e6104e7 /dbus-qthread.cpp | |
parent | 702952fc206fc73cf6726d90c123a28c413f2c6e (diff) | |
download | dbus-tqt-d23c63d60906fc0e6180bdcf9dac11310248cdb1.tar.gz dbus-tqt-d23c63d60906fc0e6180bdcf9dac11310248cdb1.zip |
Fix inadvertly renamed QT_THREAD_SUPPORT
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'dbus-qthread.cpp')
-rw-r--r-- | dbus-qthread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus-qthread.cpp b/dbus-qthread.cpp index 92356b6..ba46bd1 100644 --- a/dbus-qthread.cpp +++ b/dbus-qthread.cpp @@ -24,7 +24,7 @@ #include <dbus/dbus.h> #include <tqmutex.h> -//#if defined(TQT_THREAD_SUPPORT) +//#if defined(QT_THREAD_SUPPORT) #if 0 static DBusMutex * dbus_qmutex_new (void); @@ -161,4 +161,4 @@ dbus_qthread_init (void) } -#endif // TQT_THREAD_SUPPORT +#endif // QT_THREAD_SUPPORT |