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>
pull/5/head
Slávek Banko 3 years ago
parent 5255fdc964
commit b527887648
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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"
Loading…
Cancel
Save