summaryrefslogtreecommitdiffstats
path: root/src/functions.h
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-10-20 14:40:51 +0200
committergregory guy <gregory-tde@laposte.net>2021-01-13 18:12:31 +0100
commit81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 (patch)
tree9e0903eb2b5cc19a7dcf4874d098a29133d3163c /src/functions.h
parent8b4f72aa0753110a46db9195216f3c88e14a9b69 (diff)
downloadtork-81b64bcfc0a32fdeb0e4f367adbf273d924e55f4.tar.gz
tork-81b64bcfc0a32fdeb0e4f367adbf273d924e55f4.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/functions.h b/src/functions.h
index 84d0c87..8f0af72 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -22,12 +22,15 @@
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
-#include <ntqstring.h>
-#include <ntqstringlist.h>
-#include <ntqdir.h>
-#include "constants.h"
+#include <tqstring.h>
+#include <tqstringlist.h>
+#include <tqdir.h>
+
#include <map>
+#include "constants.h"
+
+
TQString getFullLocation(const char *additionalPaths, const TQString &name);
TQStringList findPrograms(const TQStringList &programList);