summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-30 14:57:04 +0900
committerMichele Calgaro <[email protected]>2024-06-30 18:40:10 +0900
commitb43cb9bffc3bb45cecf6925e3b9334cf1608df70 (patch)
treeda6e883b5c3e858116fa9bb1f193980be1f63058
parent97383ddfb595fdb932cad8589ad93901434b4689 (diff)
downloadtdebase-b43cb9bffc3bb45cecf6925e3b9334cf1608df70.tar.gz
tdebase-b43cb9bffc3bb45cecf6925e3b9334cf1608df70.zip
Use tq* headers instead of ntq* ones
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9cebcf7b55f872a2f13962d70a16500951ca4d0a)
-rw-r--r--kdesktop/krootwm.cpp2
-rw-r--r--ksmserver/shutdowndlg.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/krootwm.cpp b/kdesktop/krootwm.cpp
index b33ef60d4..b722e709d 100644
--- a/kdesktop/krootwm.cpp
+++ b/kdesktop/krootwm.cpp
@@ -52,7 +52,7 @@
#include <tdemessagebox.h>
#include <kuser.h>
#include <tqfile.h>
-#include <ntqthread.h>
+#include <tqthread.h>
#include <tqeventloop.h>
#include "krootwm.h"
diff --git a/ksmserver/shutdowndlg.h b/ksmserver/shutdowndlg.h
index 7539fd75b..1c3e00e3b 100644
--- a/ksmserver/shutdowndlg.h
+++ b/ksmserver/shutdowndlg.h
@@ -18,7 +18,7 @@ Copyright (C) 2000 Matthias Ettrich <[email protected]>
#include <kguiitem.h>
#include <tqtoolbutton.h>
#include <krootpixmap.h>
-#include <ntqprogressbar.h>
+#include <tqprogressbar.h>
class TQPushButton;
class TQVButtonGroup;