summaryrefslogtreecommitdiffstats
path: root/tools/designer
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /tools/designer
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer')
-rw-r--r--tools/designer/designer/actiondnd.cpp2
-rw-r--r--tools/designer/designer/formwindow.cpp2
-rw-r--r--tools/designer/designer/layout.cpp2
-rw-r--r--tools/designer/designer/menubareditor.cpp2
-rw-r--r--tools/designer/designer/metadatabase.cpp2
-rw-r--r--tools/designer/designer/orderindicator.cpp2
-rw-r--r--tools/designer/designer/popupmenueditor.cpp2
-rw-r--r--tools/designer/designer/propertyeditor.cpp2
-rw-r--r--tools/designer/designer/sizehandle.h2
-rw-r--r--tools/designer/designer/sourceeditor.cpp2
-rw-r--r--tools/designer/designer/widgetfactory.h2
-rw-r--r--tools/designer/editor/cindent.cpp2
-rw-r--r--tools/designer/editor/completion.cpp2
-rw-r--r--tools/designer/editor/yyindent.cpp2
-rw-r--r--tools/designer/examples/colortool/mainform.ui2
-rw-r--r--tools/designer/interfaces/preferenceinterface.h2
-rw-r--r--tools/designer/interfaces/projectsettingsiface.h2
-rw-r--r--tools/designer/plugins/cppeditor/cppcompletion.cpp2
-rw-r--r--tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp2
-rw-r--r--tools/designer/plugins/cppeditor/yyreg.cpp4
-rw-r--r--tools/designer/plugins/dlg/dlg2ui.cpp6
-rw-r--r--tools/designer/plugins/glade/glade2ui.cpp2
-rw-r--r--tools/designer/plugins/wizards/mainwindowwizard.ui2
-rw-r--r--tools/designer/plugins/wizards/sqlformwizardimpl.cpp2
-rw-r--r--tools/designer/shared/widgetdatabase.cpp2
-rw-r--r--tools/designer/uic/embed.cpp2
-rw-r--r--tools/designer/uic/form.cpp2
-rw-r--r--tools/designer/uic/object.cpp2
-rw-r--r--tools/designer/uic/subclassing.cpp2
-rw-r--r--tools/designer/uic/uic.cpp2
30 files changed, 33 insertions, 33 deletions
diff --git a/tools/designer/designer/actiondnd.cpp b/tools/designer/designer/actiondnd.cpp
index f7f77016..153dd0e6 100644
--- a/tools/designer/designer/actiondnd.cpp
+++ b/tools/designer/designer/actiondnd.cpp
@@ -42,7 +42,7 @@
#include <tqaction.h>
#include <ntqapplication.h>
-#include <ntqbitmap.h>
+#include <tqbitmap.h>
#include <tqdragobject.h>
#include <ntqinputdialog.h>
#include <ntqlayout.h>
diff --git a/tools/designer/designer/formwindow.cpp b/tools/designer/designer/formwindow.cpp
index e20958f4..185e9d2e 100644
--- a/tools/designer/designer/formwindow.cpp
+++ b/tools/designer/designer/formwindow.cpp
@@ -73,7 +73,7 @@
#include <ntqfeatures.h>
#include <ntqaccel.h>
#include <ntqpixmapcache.h>
-#include <ntqbitmap.h>
+#include <tqbitmap.h>
#include <ntqsplitter.h>
// FormWindow should be able to work to some limited degree
diff --git a/tools/designer/designer/layout.cpp b/tools/designer/designer/layout.cpp
index 33ff5778..da501306 100644
--- a/tools/designer/designer/layout.cpp
+++ b/tools/designer/designer/layout.cpp
@@ -40,7 +40,7 @@
#include <ntqevent.h>
#include <ntqpainter.h>
#include <ntqpen.h>
-#include <ntqbitmap.h>
+#include <tqbitmap.h>
#include <ntqsplitter.h>
#include <tqvaluevector.h>
#include <tqmainwindow.h>
diff --git a/tools/designer/designer/menubareditor.cpp b/tools/designer/designer/menubareditor.cpp
index 62aa2161..b9f70f51 100644
--- a/tools/designer/designer/menubareditor.cpp
+++ b/tools/designer/designer/menubareditor.cpp
@@ -33,7 +33,7 @@
#include <tqaction.h>
#include <ntqapplication.h>
-#include <ntqbitmap.h>
+#include <tqbitmap.h>
#include <tqdragobject.h>
#include <ntqlineedit.h>
#include <tqmainwindow.h>
diff --git a/tools/designer/designer/metadatabase.cpp b/tools/designer/designer/metadatabase.cpp
index bd19799a..edab8df3 100644
--- a/tools/designer/designer/metadatabase.cpp
+++ b/tools/designer/designer/metadatabase.cpp
@@ -50,7 +50,7 @@
#include <ntqmetaobject.h>
#include <tqwidgetlist.h>
#include <tqmainwindow.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <private/qpluginmanager_p.h>
#include <tqdatetime.h>
#include <ntqfile.h>
diff --git a/tools/designer/designer/orderindicator.cpp b/tools/designer/designer/orderindicator.cpp
index 7a886991..6baf60a7 100644
--- a/tools/designer/designer/orderindicator.cpp
+++ b/tools/designer/designer/orderindicator.cpp
@@ -37,7 +37,7 @@
#include "formwindow.h"
#include <ntqpainter.h>
-#include <ntqbitmap.h>
+#include <tqbitmap.h>
#include <ntqapplication.h>
OrderIndicator::OrderIndicator( int i, TQWidget* w, FormWindow *fw )
diff --git a/tools/designer/designer/popupmenueditor.cpp b/tools/designer/designer/popupmenueditor.cpp
index 4a87e1a6..e238a84e 100644
--- a/tools/designer/designer/popupmenueditor.cpp
+++ b/tools/designer/designer/popupmenueditor.cpp
@@ -32,7 +32,7 @@
**********************************************************************/
#include <ntqapplication.h>
-#include <ntqcstring.h>
+#include <tqcstring.h>
#include <ntqdatastream.h>
#include <tqdragobject.h>
#include <ntqlineedit.h>
diff --git a/tools/designer/designer/propertyeditor.cpp b/tools/designer/designer/propertyeditor.cpp
index 8ae84142..5ad88ab3 100644
--- a/tools/designer/designer/propertyeditor.cpp
+++ b/tools/designer/designer/propertyeditor.cpp
@@ -72,7 +72,7 @@
#include <ntqlabel.h>
#include <ntqlayout.h>
#include <tqsizepolicy.h>
-#include <ntqbitmap.h>
+#include <tqbitmap.h>
#include <tqtooltip.h>
#include <ntqwhatsthis.h>
#include <ntqaccel.h>
diff --git a/tools/designer/designer/sizehandle.h b/tools/designer/designer/sizehandle.h
index 8760afc7..39fc6d05 100644
--- a/tools/designer/designer/sizehandle.h
+++ b/tools/designer/designer/sizehandle.h
@@ -35,7 +35,7 @@
#define SIZEHANDLE_H
#include <tqwidget.h>
-#include <ntqintdict.h>
+#include <tqintdict.h>
#include <tqptrdict.h>
class TQMouseEvent;
diff --git a/tools/designer/designer/sourceeditor.cpp b/tools/designer/designer/sourceeditor.cpp
index 06ec283b..e876be9a 100644
--- a/tools/designer/designer/sourceeditor.cpp
+++ b/tools/designer/designer/sourceeditor.cpp
@@ -38,7 +38,7 @@
#include "project.h"
#include "mainwindow.h"
#include "../interfaces/languageinterface.h"
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include "project.h"
#include "sourcefile.h"
#include "hierarchyview.h"
diff --git a/tools/designer/designer/widgetfactory.h b/tools/designer/designer/widgetfactory.h
index c676b091..23d409f9 100644
--- a/tools/designer/designer/widgetfactory.h
+++ b/tools/designer/designer/widgetfactory.h
@@ -37,7 +37,7 @@
#include <ntqvariant.h>
#include <tqiconset.h>
#include <tqstring.h>
-#include <ntqintdict.h>
+#include <tqintdict.h>
#include <ntqtabwidget.h>
#include <ntqpixmap.h>
#include <tqsize.h>
diff --git a/tools/designer/editor/cindent.cpp b/tools/designer/editor/cindent.cpp
index d30be460..ef4f7482 100644
--- a/tools/designer/editor/cindent.cpp
+++ b/tools/designer/editor/cindent.cpp
@@ -32,7 +32,7 @@
**********************************************************************/
#include "cindent.h"
-#include "ntqregexp.h"
+#include "tqregexp.h"
extern int indentForBottomLine( const TQStringList& program, TQChar typedIn );
extern void setTabSize( int s );
diff --git a/tools/designer/editor/completion.cpp b/tools/designer/editor/completion.cpp
index 48b6b3b6..1eee65d6 100644
--- a/tools/designer/editor/completion.cpp
+++ b/tools/designer/editor/completion.cpp
@@ -39,7 +39,7 @@
#include <tqmap.h>
#include <private/qrichtext_p.h>
#include <ntqapplication.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include "arghintwidget.h"
#include <tqsizegrip.h>
#include <tqtimer.h>
diff --git a/tools/designer/editor/yyindent.cpp b/tools/designer/editor/yyindent.cpp
index 4851c572..7b43cb7f 100644
--- a/tools/designer/editor/yyindent.cpp
+++ b/tools/designer/editor/yyindent.cpp
@@ -70,7 +70,7 @@
string literals are removed beforehand.
*/
-#include <ntqregexp.h>
+#include <tqregexp.h>
/* qmake ignore TQ_OBJECT */
diff --git a/tools/designer/examples/colortool/mainform.ui b/tools/designer/examples/colortool/mainform.ui
index d3cf14c2..b4a4f4ed 100644
--- a/tools/designer/examples/colortool/mainform.ui
+++ b/tools/designer/examples/colortool/mainform.ui
@@ -517,7 +517,7 @@
<include location="local" impldecl="in implementation">ntqcheckbox.h</include>
<include location="local" impldecl="in implementation">colornameform.h</include>
<include location="local" impldecl="in implementation">ntqcolordialog.h</include>
- <include location="local" impldecl="in implementation">ntqregexp.h</include>
+ <include location="local" impldecl="in implementation">tqregexp.h</include>
<include location="local" impldecl="in implementation">ntqfile.h</include>
<include location="local" impldecl="in implementation">ntqfiledialog.h</include>
<include location="local" impldecl="in implementation">ntqapplication.h</include>
diff --git a/tools/designer/interfaces/preferenceinterface.h b/tools/designer/interfaces/preferenceinterface.h
index 24c63188..222a054e 100644
--- a/tools/designer/interfaces/preferenceinterface.h
+++ b/tools/designer/interfaces/preferenceinterface.h
@@ -49,7 +49,7 @@
#include <private/qcom_p.h>
#include <tqwidgetlist.h>
-#include <ntqcstring.h>
+#include <tqcstring.h>
// {5c168ee7-4bee-469f-9995-6afdb04ce5a2}
#ifndef IID_Preference
diff --git a/tools/designer/interfaces/projectsettingsiface.h b/tools/designer/interfaces/projectsettingsiface.h
index d3b10181..c6f6a2c2 100644
--- a/tools/designer/interfaces/projectsettingsiface.h
+++ b/tools/designer/interfaces/projectsettingsiface.h
@@ -49,7 +49,7 @@
#include <private/qcom_p.h>
#include <tqwidgetlist.h>
-#include <ntqcstring.h>
+#include <tqcstring.h>
// {d332785d-17fb-4894-84fe-50dbd0ad9512}
#ifndef IID_ProjectSettings
diff --git a/tools/designer/plugins/cppeditor/cppcompletion.cpp b/tools/designer/plugins/cppeditor/cppcompletion.cpp
index ede83151..4f4cd52e 100644
--- a/tools/designer/plugins/cppeditor/cppcompletion.cpp
+++ b/tools/designer/plugins/cppeditor/cppcompletion.cpp
@@ -36,7 +36,7 @@
#include <tqobject.h>
#include <ntqmetaobject.h>
#include <tqobjectlist.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
CppEditorCompletion::CppEditorCompletion( Editor *e )
: EditorCompletion( e )
diff --git a/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp b/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp
index d5dbc2bc..36a11676 100644
--- a/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp
+++ b/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp
@@ -38,7 +38,7 @@
#include "tqstringlist.h"
#include "tqmap.h"
#include "ntqapplication.h"
-#include "ntqregexp.h"
+#include "tqregexp.h"
const char * const SyntaxHighlighter_CPP::keywords[] = {
// C++ keywords
diff --git a/tools/designer/plugins/cppeditor/yyreg.cpp b/tools/designer/plugins/cppeditor/yyreg.cpp
index 1f06a02e..1c93db0a 100644
--- a/tools/designer/plugins/cppeditor/yyreg.cpp
+++ b/tools/designer/plugins/cppeditor/yyreg.cpp
@@ -32,7 +32,7 @@
**
**********************************************************************/
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <ctype.h>
#include <stdio.h>
@@ -48,7 +48,7 @@
you might want to read other simpler parsers written in the same
style:
- $(TQTDIR)/src/tools/qregexp.cpp
+ $(TQTDIR)/src/tools/tqregexp.cpp
$(TQTDIR)/tools/inspector/cppparser.cpp
You might also want to read Section 2 in the Dragon Book.
diff --git a/tools/designer/plugins/dlg/dlg2ui.cpp b/tools/designer/plugins/dlg/dlg2ui.cpp
index bb18507c..1babf681 100644
--- a/tools/designer/plugins/dlg/dlg2ui.cpp
+++ b/tools/designer/plugins/dlg/dlg2ui.cpp
@@ -38,7 +38,7 @@
#include <ntqfile.h>
#include <ntqframe.h>
#include <ntqmessagebox.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <tqtextstream.h>
/*
@@ -870,7 +870,7 @@ bool Dlg2Ui::checkTagName( const TQDomElement& e, const TQString& tagName )
TQString Dlg2Ui::normalizeType( const TQString& type )
{
TQString t = type;
- if ( t.isEmpty() || t == TQString("enum") || t == TQString( "qcstring" ) ||
+ if ( t.isEmpty() || t == TQString("enum") || t == TQString( "tqcstring" ) ||
t == TQString("set") )
t = TQString( "tqstring" );
return t;
@@ -894,7 +894,7 @@ TQVariant Dlg2Ui::getValue( const TQDomElement& e, const TQString& tagName,
return TQVariant( isTrue(getTextValue(e)) );
} else if ( type == TQString("double") ) {
return getTextValue( e ).toDouble();
- } else if ( type == TQString("qcstring") ) {
+ } else if ( type == TQString("tqcstring") ) {
return getTextValue( e ).latin1();
} else if ( type == TQString("enum") || type == TQString("tqstring") ||
type == TQString("set") ) {
diff --git a/tools/designer/plugins/glade/glade2ui.cpp b/tools/designer/plugins/glade/glade2ui.cpp
index d9de3f14..7fee77e0 100644
--- a/tools/designer/plugins/glade/glade2ui.cpp
+++ b/tools/designer/plugins/glade/glade2ui.cpp
@@ -42,7 +42,7 @@
#include <ntqprogressdialog.h>
#include <ntqmessagebox.h>
#include <ntqrect.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <tqsizepolicy.h>
#include <ctype.h>
diff --git a/tools/designer/plugins/wizards/mainwindowwizard.ui b/tools/designer/plugins/wizards/mainwindowwizard.ui
index 5f0fb9eb..3406b4ca 100644
--- a/tools/designer/plugins/wizards/mainwindowwizard.ui
+++ b/tools/designer/plugins/wizards/mainwindowwizard.ui
@@ -36,7 +36,7 @@
<include location="global" impldecl="in implementation">tqiconset.h</include>
<include location="global" impldecl="in implementation">tqaction.h</include>
<include location="global" impldecl="in implementation">ntqpixmap.h</include>
-<include location="global" impldecl="in implementation">ntqdict.h</include>
+<include location="global" impldecl="in implementation">tqdict.h</include>
<include location="local" implDecl="in declaration">mainwindowwizard.ui.h</include>
<forward>struct DesignerFormWindow;</forward>
<forward>struct DesignerInterface;</forward>
diff --git a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
index 4c17cc82..f9ebb15b 100644
--- a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
+++ b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
@@ -41,7 +41,7 @@
#include <ntqlabel.h>
#include <ntqgroupbox.h>
#include <ntqlayout.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <ntqpushbutton.h>
#include <ntqmultilineedit.h>
#include <ntqlistview.h>
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp
index 5648f563..ac5fbe6b 100644
--- a/tools/designer/shared/widgetdatabase.cpp
+++ b/tools/designer/shared/widgetdatabase.cpp
@@ -38,7 +38,7 @@
#define NO_STATIC_COLORS
#include <globaldefs.h>
#include <tqstrlist.h>
-#include <ntqdict.h>
+#include <tqdict.h>
#include <ntqfile.h>
#include <tqtextstream.h>
#include <ntqcleanuphandler.h>
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp
index cbdc7e82..4cb53140 100644
--- a/tools/designer/uic/embed.cpp
+++ b/tools/designer/uic/embed.cpp
@@ -137,7 +137,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima
out << "\n";
out << "#include <tqimage.h>\n";
- out << "#include <ntqdict.h>\n";
+ out << "#include <tqdict.h>\n";
out << "#include <tqmime.h>\n";
out << "#include <tqdragobject.h>\n";
out << "\n";
diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp
index 5a24be09..7dbd4be3 100644
--- a/tools/designer/uic/form.cpp
+++ b/tools/designer/uic/form.cpp
@@ -40,7 +40,7 @@
#include <ntqfile.h>
#include <ntqfileinfo.h>
#include <ntqdir.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
diff --git a/tools/designer/uic/object.cpp b/tools/designer/uic/object.cpp
index fbd052c0..cd3cfbe8 100644
--- a/tools/designer/uic/object.cpp
+++ b/tools/designer/uic/object.cpp
@@ -34,7 +34,7 @@
#include "uic.h"
#include "parser.h"
#include "domtool.h"
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <tqsizepolicy.h>
#include <tqstringlist.h>
#define NO_STATIC_COLORS
diff --git a/tools/designer/uic/subclassing.cpp b/tools/designer/uic/subclassing.cpp
index 97794b0c..8f15973f 100644
--- a/tools/designer/uic/subclassing.cpp
+++ b/tools/designer/uic/subclassing.cpp
@@ -40,7 +40,7 @@
#include <tqdatetime.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/tools/designer/uic/uic.cpp b/tools/designer/uic/uic.cpp
index 4566b031..36db825b 100644
--- a/tools/designer/uic/uic.cpp
+++ b/tools/designer/uic/uic.cpp
@@ -40,7 +40,7 @@
#include <tqdatetime.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <stdio.h>
#include <stdlib.h>