summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/webcam/port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/webcam/port.cpp')
-rw-r--r--kstars/kstars/indi/webcam/port.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/indi/webcam/port.cpp b/kstars/kstars/indi/webcam/port.cpp
index fce53a18..971cd9ad 100644
--- a/kstars/kstars/indi/webcam/port.cpp
+++ b/kstars/kstars/indi/webcam/port.cpp
@@ -20,9 +20,9 @@
// I/O ports wrapper code
// This file might need tweaking if you're trying to port my code to other
// x86 Unix platforms. Code is already available for Linux, FreeBSD, and
-// QNX; see the Makefile.
+// TQNX; see the Makefile.
//
-// QNX code by: Anders Arpteg <aa11ac@hik.se>
+// TQNX code by: Anders Arpteg <aa11ac@hik.se>
// FreeBSD code by: Patrick Reynolds <reynolds@cs.duke.edu> and Charles
// Henrich <henrich@msu.edu>
@@ -43,7 +43,7 @@
#else
#include <sys/io.h>
#endif /* arm */
-#elif defined(QNX)
+#elif defined(TQNX)
#include <conio.h>
#elif defined(__FreeBSD__)
#include <sys/types.h>