diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:33:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:41:44 +0900 |
commit | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch) | |
tree | 1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /src/workspace | |
parent | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff) | |
download | tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip |
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/workspace')
-rw-r--r-- | src/workspace/tqworkspace.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/workspace/tqworkspace.cpp b/src/workspace/tqworkspace.cpp index 5803cd664..2ab278119 100644 --- a/src/workspace/tqworkspace.cpp +++ b/src/workspace/tqworkspace.cpp @@ -54,7 +54,7 @@ #include "tqguardedptr.h" #include "tqiconset.h" #include "../widgets/tqwidgetresizehandler_p.h" -#include "ntqfocusdata.h" +#include "tqfocusdata.h" #include "tqdatetime.h" #include "tqtooltip.h" #include "tqwmatrix.h" @@ -65,10 +65,10 @@ // magic non-mdi things #include "tqtimer.h" -#include "ntqdockarea.h" +#include "tqdockarea.h" #include "tqstatusbar.h" #include "tqmainwindow.h" -#include "ntqdockwindow.h" +#include "tqdockwindow.h" #include "tqtoolbar.h" #define BUTTON_WIDTH 16 |