diff options
author | Michele Calgaro <[email protected]> | 2024-05-28 10:17:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-28 10:17:01 +0900 |
commit | 5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch) | |
tree | fa17e10b048e8e13433b861cbe98cf895b2324c7 /tools/designer/plugins/wizards | |
parent | 04913ce7a46fd027856e83a96205fdc388742a19 (diff) | |
download | tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.tar.gz tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.zip |
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools/designer/plugins/wizards')
-rw-r--r-- | tools/designer/plugins/wizards/sqlformwizardimpl.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp index adb283a79..62e003cd3 100644 --- a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp +++ b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp @@ -51,12 +51,12 @@ #include <limits.h> #ifndef TQT_NO_SQL -#include <ntqdatatable.h> -#include <ntqdatabrowser.h> -#include <ntqdataview.h> -#include <ntqsqleditorfactory.h> -#include <ntqsqlindex.h> -#include <ntqsqlcursor.h> +#include <tqdatatable.h> +#include <tqdatabrowser.h> +#include <tqdataview.h> +#include <tqsqleditorfactory.h> +#include <tqsqlindex.h> +#include <tqsqlcursor.h> #endif SqlFormWizard::SqlFormWizard( TQUnknownInterface *aIface, TQWidget *w, |