diff options
author | Slávek Banko <[email protected]> | 2020-12-09 16:31:34 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-12-09 16:32:33 +0100 |
commit | b52788764836086ae1e8d3048fe9c2c2b97839be (patch) | |
tree | c86ac6c2a1f8b4a91bb830362c2e731f6605fabf /libvncserver | |
parent | 5255fdc9643d293bcc0b4262db3fae6362004b3a (diff) | |
download | libtdevnc-b52788764836086ae1e8d3048fe9c2c2b97839be.tar.gz libtdevnc-b52788764836086ae1e8d3048fe9c2c2b97839be.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 <[email protected]>
Diffstat (limited to 'libvncserver')
-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" |