From 74416f3912be43d1dfb6bab515d379bd87cf2320 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Nov 2013 22:47:37 -0600 Subject: [PATCH] Update minor TQt3 tool names to match current TQt3 sources in GIT --- doc/tdevelop/adv-build-management.docbook | 4 ++-- kdevdesigner/designer/customwidgeteditor.ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tdevelop/adv-build-management.docbook b/doc/tdevelop/adv-build-management.docbook index 02dd987e..2912a182 100644 --- a/doc/tdevelop/adv-build-management.docbook +++ b/doc/tdevelop/adv-build-management.docbook @@ -95,9 +95,9 @@ is installed. After configuring and compiling your application with these options, it will link with the libqpe.so library. This version of your application will not normally run when you use X11. In order to test it, -run it under the control of the program qvfb +run it under the control of the program tqvfb (&Qt; Virtual Frame Buffer). This is done by starting -qvfb and then starting your application with +tqvfb and then starting your application with app diff --git a/kdevdesigner/designer/customwidgeteditor.ui b/kdevdesigner/designer/customwidgeteditor.ui index 229ebe1f..3c0f5a85 100644 --- a/kdevdesigner/designer/customwidgeteditor.ui +++ b/kdevdesigner/designer/customwidgeteditor.ui @@ -179,7 +179,7 @@ <b>Load Descriptions</b><p>Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the Qt Designer.</p> -<p>Since it is a lot of work to type in all the information for custom widgets, you should consider using the createcw tool which is in $QTDIR/tools/designer/tools/createcw. Using createcw 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 createcw directory</p> +<p>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</p>