diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-28 10:17:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-28 10:17:01 +0900 |
commit | 5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch) | |
tree | fa17e10b048e8e13433b861cbe98cf895b2324c7 /tools/designer/uic/form.cpp | |
parent | 04913ce7a46fd027856e83a96205fdc388742a19 (diff) | |
download | tqt-5fffa303.tar.gz tqt-5fffa303.zip |
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/uic/form.cpp')
-rw-r--r-- | tools/designer/uic/form.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp index 42ee08cb1..4706675e0 100644 --- a/tools/designer/uic/form.cpp +++ b/tools/designer/uic/form.cpp @@ -753,9 +753,9 @@ void Uic::createFormImpl( const TQDomElement &e ) registerDatabases( e ); dbConnections = unique( dbConnections ); if ( dbConnections.count() ) - globalIncludes += "ntqsqldatabase.h"; + globalIncludes += "tqsqldatabase.h"; if ( dbCursors.count() ) - globalIncludes += "ntqsqlcursor.h"; + globalIncludes += "tqsqlcursor.h"; bool dbForm = FALSE; if ( dbForms[ "(default)" ].count() ) dbForm = TRUE; @@ -769,8 +769,8 @@ void Uic::createFormImpl( const TQDomElement &e ) } } if ( dbForm || subDbForms ) { - globalIncludes += "ntqsqlform.h"; - globalIncludes += "ntqsqlrecord.h"; + globalIncludes += "tqsqlform.h"; + globalIncludes += "tqsqlrecord.h"; } // do the local includes afterwards, since global includes have priority on clashes |