summaryrefslogtreecommitdiffstats
path: root/src/workspace
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /src/workspace
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/workspace')
-rw-r--r--src/workspace/ntqworkspace.h4
-rw-r--r--src/workspace/qworkspace.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/workspace/ntqworkspace.h b/src/workspace/ntqworkspace.h
index eee079d32..71227476e 100644
--- a/src/workspace/ntqworkspace.h
+++ b/src/workspace/ntqworkspace.h
@@ -42,8 +42,8 @@
#define TQWORKSPACE_H
#ifndef QT_H
-#include "ntqwidget.h"
-#include "ntqwidgetlist.h"
+#include "tqwidget.h"
+#include "tqwidgetlist.h"
#endif // QT_H
#ifndef TQT_NO_WORKSPACE
diff --git a/src/workspace/qworkspace.cpp b/src/workspace/qworkspace.cpp
index a2cd96faf..4479c0d8a 100644
--- a/src/workspace/qworkspace.cpp
+++ b/src/workspace/qworkspace.cpp
@@ -53,7 +53,7 @@
#include "ntqmenubar.h"
#include "ntqguardedptr.h"
#include "ntqiconset.h"
-#include "../widgets/qwidgetresizehandler_p.h"
+#include "../widgets/tqwidgetresizehandler_p.h"
#include "ntqfocusdata.h"
#include "ntqdatetime.h"
#include "ntqtooltip.h"