summaryrefslogtreecommitdiffstats
path: root/kdbg/regwnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/regwnd.cpp')
-rw-r--r--kdbg/regwnd.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kdbg/regwnd.cpp b/kdbg/regwnd.cpp
index 1ced083..20c698b 100644
--- a/kdbg/regwnd.cpp
+++ b/kdbg/regwnd.cpp
@@ -4,15 +4,15 @@
* See the file COPYING in the toplevel directory of the source directory.
*/
-#include <ntqheader.h>
+#include <tqheader.h>
#include <tdeglobalsettings.h>
#include <tdelocale.h> /* i18n */
#include <kiconloader.h>
-#include <ntqfontdialog.h>
-#include <ntqmessagebox.h>
-#include <ntqpopupmenu.h>
-#include <ntqregexp.h>
-#include <ntqstringlist.h>
+#include <tqfontdialog.h>
+#include <tqmessagebox.h>
+#include <tqpopupmenu.h>
+#include <tqregexp.h>
+#include <tqstringlist.h>
#include <stdlib.h> /* strtoul */
#include "regwnd.h"
#include "dbgdriver.h"