summaryrefslogtreecommitdiffstats
path: root/tools/designer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:42:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:42:05 -0600
commit36753ac659fe85fd02a8dffa84143812e011cd71 (patch)
tree2581a958653985ed91ff63ff702ad47a253553b3 /tools/designer
parent40e50e6f20276afb557992a51d47618b014e388d (diff)
downloadtqt3-36753ac659fe85fd02a8dffa84143812e011cd71.tar.gz
tqt3-36753ac659fe85fd02a8dffa84143812e011cd71.zip
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
This reverts commit 40e50e6f20276afb557992a51d47618b014e388d.
Diffstat (limited to 'tools/designer')
-rw-r--r--tools/designer/designer.pro4
-rw-r--r--tools/designer/designer/customwidgeteditor.ui2
-rw-r--r--tools/designer/designer/designer_de.ts2
-rw-r--r--tools/designer/designer/designer_fr.ts2
-rw-r--r--tools/designer/tools/tqtconv2ui/main.cpp6
-rw-r--r--tools/designer/tools/tqtcreatecw/main.cpp4
-rw-r--r--tools/designer/tools/tqtcreatecw/tqtcreatecw.pro2
7 files changed, 11 insertions, 11 deletions
diff --git a/tools/designer/designer.pro b/tools/designer/designer.pro
index a30070359..bbe68ada4 100644
--- a/tools/designer/designer.pro
+++ b/tools/designer/designer.pro
@@ -6,8 +6,8 @@ SUBDIRS = uic \
uilib \
designer \
app \
- tools/tqttqtcreatecw \
- tools/tqtqtconv2ui
+ tools/tqtcreatecw \
+ tools/tqtconv2ui
dll:SUBDIRS *= editor plugins
shared:SUBDIRS *= editor plugins
diff --git a/tools/designer/designer/customwidgeteditor.ui b/tools/designer/designer/customwidgeteditor.ui
index 82744a88e..a8623cff2 100644
--- a/tools/designer/designer/customwidgeteditor.ui
+++ b/tools/designer/designer/customwidgeteditor.ui
@@ -186,7 +186,7 @@
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Load Descriptions&lt;/b&gt;&lt;p&gt;Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the TQt Designer.&lt;/p&gt;
-&lt;p&gt;Since it is a lot of work to type in all the information for custom widgets, you should consider using the tqttqtcreatecw tool which is in $QTDIR/tools/designer/tools/tqttqtcreatecw. Using tqttqtcreatecw you can create custom widget description files for your custom widgets without the need to type in all the information manually. For more information about the README file in the tqttqtcreatecw directory&lt;/p&gt;</string>
+&lt;p&gt;Since it is a lot of work to type in all the information for custom widgets, you should consider using the tqtcreatecw tool which is in $QTDIR/tools/designer/tools/tqtcreatecw. Using tqtcreatecw you can create custom widget description files for your custom widgets without the need to type in all the information manually. For more information about the README file in the tqtcreatecw directory&lt;/p&gt;</string>
</property>
</widget>
<widget class="TQPushButton" row="4" column="1">
diff --git a/tools/designer/designer/designer_de.ts b/tools/designer/designer/designer_de.ts
index e710619cd..f2c55cffd 100644
--- a/tools/designer/designer/designer_de.ts
+++ b/tools/designer/designer/designer_de.ts
@@ -424,7 +424,7 @@ so it is not possible to rename it to this name.</source>
</message>
<message encoding="UTF-8">
<source>&lt;b&gt;Load Descriptions&lt;/b&gt;&lt;p&gt;Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the Qt Designer.&lt;/p&gt;
-&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqttqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqttqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
+&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
<translation type="unfinished"></translation>
</message>
<message encoding="UTF-8">
diff --git a/tools/designer/designer/designer_fr.ts b/tools/designer/designer/designer_fr.ts
index e710619cd..f2c55cffd 100644
--- a/tools/designer/designer/designer_fr.ts
+++ b/tools/designer/designer/designer_fr.ts
@@ -424,7 +424,7 @@ so it is not possible to rename it to this name.</source>
</message>
<message encoding="UTF-8">
<source>&lt;b&gt;Load Descriptions&lt;/b&gt;&lt;p&gt;Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the Qt Designer.&lt;/p&gt;
-&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqttqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqttqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
+&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
<translation type="unfinished"></translation>
</message>
<message encoding="UTF-8">
diff --git a/tools/designer/tools/tqtconv2ui/main.cpp b/tools/designer/tools/tqtconv2ui/main.cpp
index 9a8ee901f..208be173b 100644
--- a/tools/designer/tools/tqtconv2ui/main.cpp
+++ b/tools/designer/tools/tqtconv2ui/main.cpp
@@ -137,11 +137,11 @@ TQString Conv2ui::absName( const TQString & filename )
void printHelpMessage( TQStringList & formats )
{
- printf( "Usage: tqtqtconv2ui [options] <file> <destination directory>\n\n" );
+ printf( "Usage: tqtconv2ui [options] <file> <destination directory>\n\n" );
printf( "Options:\n");
printf( "\t-help\t\tDisplay this information\n" );
printf( "\t-silent\t\tDon't write any messages\n");
- printf( "\t-version\tDisplay version of tqtqtconv2ui\n");
+ printf( "\t-version\tDisplay version of tqtconv2ui\n");
printf( "Supported file formats:\n" );
for ( TQStringList::Iterator it = formats.begin(); it != formats.end(); ++it )
printf( "\t%s\n", (*it).latin1() );
@@ -201,7 +201,7 @@ int main( int argc, char ** argv )
if ( !silent ) {
printf( "TQt user interface file converter.\n" );
if ( unrecognized ) {
- printf( "tqtqtconv2ui: Unrecognized option\n" );
+ printf( "tqtconv2ui: Unrecognized option\n" );
}
}
if ( version ) {
diff --git a/tools/designer/tools/tqtcreatecw/main.cpp b/tools/designer/tools/tqtcreatecw/main.cpp
index 57e869b47..fcfa43168 100644
--- a/tools/designer/tools/tqtcreatecw/main.cpp
+++ b/tools/designer/tools/tqtcreatecw/main.cpp
@@ -172,8 +172,8 @@ int main( int argc, char **argv )
//
// After that compile the program, link it with your custom widget
// (library or object file) and run it like this:
- // (unix): ./tqttqtcreatecw mywidgets.cw
- // (win32): tqttqtcreatecw mywidgets.cw
+ // (unix): ./tqtcreatecw mywidgets.cw
+ // (win32): tqtcreatecw mywidgets.cw
//
// After that you can import this description file into the TQt
// Designer using the Custom-Widget Dialog (See
diff --git a/tools/designer/tools/tqtcreatecw/tqtcreatecw.pro b/tools/designer/tools/tqtcreatecw/tqtcreatecw.pro
index e8b76edde..875a2e7b1 100644
--- a/tools/designer/tools/tqtcreatecw/tqtcreatecw.pro
+++ b/tools/designer/tools/tqtcreatecw/tqtcreatecw.pro
@@ -2,7 +2,7 @@ TEMPLATE = app
CONFIG += qt warn_on release
HEADERS =
SOURCES = main.cpp
-TARGET = tqttqtcreatecw
+TARGET = tqtcreatecw
target.path = $$bins.path
INSTALLS += target