summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-12-09 16:31:34 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-12-09 16:32:33 +0100
commitb52788764836086ae1e8d3048fe9c2c2b97839be (patch)
treec86ac6c2a1f8b4a91bb830362c2e731f6605fabf
parent5255fdc9643d293bcc0b4262db3fae6362004b3a (diff)
downloadlibtdevnc-b5278876.tar.gz
libtdevnc-b5278876.zip
Rename main.c to main.cpp because it needs to be built as C++
for integration with TQt event loop. Use tq... includes instead of ntq.... Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--libvncserver/main.cpp (renamed from libvncserver/main.c)8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvncserver/main.c b/libvncserver/main.cpp
index 74010d0..a07402a 100644
--- a/libvncserver/main.c
+++ b/libvncserver/main.cpp
@@ -39,10 +39,10 @@ extern "C" {
#include <time.h>
}
-#include <ntqobject.h>
-#include <ntqvariant.h>
-#include <ntqtimer.h>
-#include <ntqthread.h>
+#include <tqobject.h>
+#include <tqvariant.h>
+#include <tqtimer.h>
+#include <tqthread.h>
#include "main.h"