summaryrefslogtreecommitdiffstats
path: root/src/network/ntqftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ntqftp.h')
-rw-r--r--src/network/ntqftp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ntqftp.h b/src/network/ntqftp.h
index e68867ad..da4a23e8 100644
--- a/src/network/ntqftp.h
+++ b/src/network/ntqftp.h
@@ -53,7 +53,7 @@
#define TQM_EXPORT_FTP Q_EXPORT
#endif
-#ifndef QT_NO_NETWORKPROTOCOL_FTP
+#ifndef TQT_NO_NETWORKPROTOCOL_FTP
class TQSocket;
@@ -197,6 +197,6 @@ protected slots:
void error( int );
};
-#endif // QT_NO_NETWORKPROTOCOL_FTP
+#endif // TQT_NO_NETWORKPROTOCOL_FTP
#endif // TQFTP_H