diff options
Diffstat (limited to 'src/network/ntqdns.h')
-rw-r--r-- | src/network/ntqdns.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ntqdns.h b/src/network/ntqdns.h index c594e3941..76b2d9590 100644 --- a/src/network/ntqdns.h +++ b/src/network/ntqdns.h @@ -54,7 +54,7 @@ #define TQM_EXPORT_DNS Q_EXPORT #endif -#ifndef QT_NO_DNS +#ifndef TQT_NO_DNS //#define Q_DNS_SYNCHRONOUS @@ -165,6 +165,6 @@ private slots: virtual void answer(); }; -#endif // QT_NO_DNS +#endif // TQT_NO_DNS #endif // TQDNS_H |