summaryrefslogtreecommitdiffstats
path: root/tools/designer
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 13:01:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-02 19:20:31 +0900
commit92fe63114ba50d68709680bdc89d93633dc3ed92 (patch)
tree8eb76c5af648b19d08acc2bb8a6fe0fdb82b9eaa /tools/designer
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-feat/tqmake.tar.gz
tqt-feat/tqmake.zip
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer')
-rw-r--r--tools/designer/designer/designer.pro2
-rw-r--r--tools/designer/editor/yyindent.cpp2
-rw-r--r--tools/designer/tools/tqtconv2ui/tqtconv2ui.pro2
-rw-r--r--tools/designer/tquic/form.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/designer/designer/designer.pro b/tools/designer/designer/designer.pro
index da8c8cf29..40cdb734d 100644
--- a/tools/designer/designer/designer.pro
+++ b/tools/designer/designer/designer.pro
@@ -1,6 +1,6 @@
TEMPLATE = lib
-CONFIG += qt warn_on qmake_cache
+CONFIG += qt warn_on tqmake_cache
CONFIG += dll
!force_static:!win32:contains(QT_PRODUCT,qt-internal) {
CONFIG -= staticlib
diff --git a/tools/designer/editor/yyindent.cpp b/tools/designer/editor/yyindent.cpp
index 70357ec74..dc80bf650 100644
--- a/tools/designer/editor/yyindent.cpp
+++ b/tools/designer/editor/yyindent.cpp
@@ -72,7 +72,7 @@
#include <tqregexp.h>
-/* qmake ignore TQ_OBJECT */
+/* tqmake ignore TQ_OBJECT */
/*
The indenter avoids getting stuck in almost infinite loops by
diff --git a/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro b/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro
index 015ad94a3..a12e4471d 100644
--- a/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro
+++ b/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro
@@ -1,5 +1,5 @@
######################################################################
-# Automatically generated by qmake (1.04a) Tue Oct 1 18:34:56 2002
+# Automatically generated by tqmake (1.04a) Tue Oct 1 18:34:56 2002
######################################################################
TEMPLATE = app
CONFIG -= moc
diff --git a/tools/designer/tquic/form.cpp b/tools/designer/tquic/form.cpp
index 1ada5a780..e60ffe8fe 100644
--- a/tools/designer/tquic/form.cpp
+++ b/tools/designer/tquic/form.cpp
@@ -373,7 +373,7 @@ void TQUic::createFormDecl( const TQDomElement &e )
out << exportMacro << " ";
out << bareNameOfClass << " : public " << objClass << endl << "{" << endl;
- /* qmake ignore TQ_OBJECT */
+ /* tqmake ignore TQ_OBJECT */
out << " TQ_OBJECT" << endl;
out << endl;
out << "public:" << endl;