diff options
author | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /tools/qtconfig | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools/qtconfig')
-rw-r--r-- | tools/qtconfig/paletteeditoradvanced.cpp | 2 | ||||
-rw-r--r-- | tools/qtconfig/previewframe.cpp | 2 | ||||
-rw-r--r-- | tools/qtconfig/previewframe.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/qtconfig/paletteeditoradvanced.cpp b/tools/qtconfig/paletteeditoradvanced.cpp index 92c3048cb..6bc3e49bc 100644 --- a/tools/qtconfig/paletteeditoradvanced.cpp +++ b/tools/qtconfig/paletteeditoradvanced.cpp @@ -40,7 +40,7 @@ #include <tqpushbutton.h> #include <tqlistbox.h> #include <tqpainter.h> -#include <ntqgroupbox.h> +#include <tqgroupbox.h> /*! Class used by PaletteEditor for bold combobox items diff --git a/tools/qtconfig/previewframe.cpp b/tools/qtconfig/previewframe.cpp index e5fb06b97..3d08902ee 100644 --- a/tools/qtconfig/previewframe.cpp +++ b/tools/qtconfig/previewframe.cpp @@ -33,7 +33,7 @@ #include "previewframe.h" -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqpainter.h> PreviewFrame::PreviewFrame( TQWidget *parent, const char *name ) diff --git a/tools/qtconfig/previewframe.h b/tools/qtconfig/previewframe.h index 93ec62b4a..a84021ed5 100644 --- a/tools/qtconfig/previewframe.h +++ b/tools/qtconfig/previewframe.h @@ -36,7 +36,7 @@ #include "previewwidget.h" -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqworkspace.h> class Workspace : public TQWorkspace |