summaryrefslogtreecommitdiffstats
path: root/kdbg/debugger.h
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-06-06 15:18:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-03-14 17:33:50 +0100
commit0ec802b1628ffdac91ec87714bf5aaf769ce213e (patch)
tree578cba3444795a7c34361dee931784a98938ec83 /kdbg/debugger.h
parentc29622eb02355fba3aefb92895b257cd0454a5ca (diff)
downloadkdbg-0ec802b1.tar.gz
kdbg-0ec802b1.zip
conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 49c43d74d820cae7ce5a7291702bbc5ae1b3bf9e)
Diffstat (limited to 'kdbg/debugger.h')
-rw-r--r--kdbg/debugger.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdbg/debugger.h b/kdbg/debugger.h
index f48c62e..f934127 100644
--- a/kdbg/debugger.h
+++ b/kdbg/debugger.h
@@ -7,9 +7,9 @@
#ifndef DEBUGGER_H
#define DEBUGGER_H
-#include <ntqtimer.h>
-#include <ntqdict.h>
-#include <ntqstringlist.h>
+#include <tqtimer.h>
+#include <tqdict.h>
+#include <tqstringlist.h>
#include "envvar.h"
#include "exprwnd.h" /* some compilers require this */