summaryrefslogtreecommitdiffstats
path: root/kdbg/brkpt.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-06-06 15:18:55 +0200
committergregory guy <gregory-tde@laposte.net>2021-03-02 14:53:51 +0100
commit49c43d74d820cae7ce5a7291702bbc5ae1b3bf9e (patch)
tree1f8dd75c3cb4beaea81e41fbc0f6eaf67a9f6bfe /kdbg/brkpt.cpp
parent7201d60871e85525dd47fd555da2fb9c2bc95a71 (diff)
downloadkdbg-49c43d74d820cae7ce5a7291702bbc5ae1b3bf9e.tar.gz
kdbg-49c43d74d820cae7ce5a7291702bbc5ae1b3bf9e.zip
conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kdbg/brkpt.cpp')
-rw-r--r--kdbg/brkpt.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdbg/brkpt.cpp b/kdbg/brkpt.cpp
index 67a1ee8..54e1548 100644
--- a/kdbg/brkpt.cpp
+++ b/kdbg/brkpt.cpp
@@ -8,11 +8,11 @@
#include <tdelocale.h> /* i18n */
#include <kiconloader.h>
#include <ksimpleconfig.h>
-#include <ntqdialog.h>
-#include <ntqkeycode.h>
-#include <ntqpainter.h>
-#include <ntqlabel.h>
-#include <ntqbitmap.h>
+#include <tqdialog.h>
+#include <tqkeycode.h>
+#include <tqpainter.h>
+#include <tqlabel.h>
+#include <tqbitmap.h>
#include "debugger.h"
#include "brkpt.h"
#include "dbgdriver.h"