summaryrefslogtreecommitdiffstats
path: root/kdbg/exprwnd.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/exprwnd.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/exprwnd.h')
-rw-r--r--kdbg/exprwnd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdbg/exprwnd.h b/kdbg/exprwnd.h
index 0c18b8f..74cd7e3 100644
--- a/kdbg/exprwnd.h
+++ b/kdbg/exprwnd.h
@@ -7,9 +7,9 @@
#ifndef EXPRWND_H
#define EXPRWND_H
-#include "ntqlistview.h"
-#include <ntqlineedit.h>
-#include <ntqpixmap.h>
+#include "tqlistview.h"
+#include <tqlineedit.h>
+#include <tqpixmap.h>
#include <list>
class ProgramTypeTable;