From c740211ffba3330d951f4c3ddefea8edf23a01cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 May 2013 21:58:34 -0500 Subject: Automated update from Qt3 --- tools/designer/designer/designer_de.ts | 2 +- tools/designer/designer/designer_fr.ts | 2 +- tools/designer/designer/designerappiface.cpp | 2 +- tools/designer/designer/mainwindowactions.cpp | 2 +- tools/designer/plugins/cppeditor/yyreg.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/designer') diff --git a/tools/designer/designer/designer_de.ts b/tools/designer/designer/designer_de.ts index 5ed9aaaca..64f3cf3f5 100644 --- a/tools/designer/designer/designer_de.ts +++ b/tools/designer/designer/designer_de.ts @@ -2237,7 +2237,7 @@ but they are not known to the designer: - <b>The Object Explorer</b><p>The object explorer gives a tquick overview about the relations between the widgets in your form. You can use the clipboard functions using a context menu for each item in the view.</p><p>The columns can be resized by dragging the separator in the list header.</p><p>On the second tab you can see all the declared slots, variables, includes, etc. of the form.</p> + <b>The Object Explorer</b><p>The object explorer gives a quick overview about the relations between the widgets in your form. You can use the clipboard functions using a context menu for each item in the view.</p><p>The columns can be resized by dragging the separator in the list header.</p><p>On the second tab you can see all the declared slots, variables, includes, etc. of the form.</p> diff --git a/tools/designer/designer/designer_fr.ts b/tools/designer/designer/designer_fr.ts index 5ed9aaaca..64f3cf3f5 100644 --- a/tools/designer/designer/designer_fr.ts +++ b/tools/designer/designer/designer_fr.ts @@ -2237,7 +2237,7 @@ but they are not known to the designer: - <b>The Object Explorer</b><p>The object explorer gives a tquick overview about the relations between the widgets in your form. You can use the clipboard functions using a context menu for each item in the view.</p><p>The columns can be resized by dragging the separator in the list header.</p><p>On the second tab you can see all the declared slots, variables, includes, etc. of the form.</p> + <b>The Object Explorer</b><p>The object explorer gives a quick overview about the relations between the widgets in your form. You can use the clipboard functions using a context menu for each item in the view.</p><p>The columns can be resized by dragging the separator in the list header.</p><p>On the second tab you can see all the declared slots, variables, includes, etc. of the form.</p> diff --git a/tools/designer/designer/designerappiface.cpp b/tools/designer/designer/designerappiface.cpp index 98aa69e52..bbcba7784 100644 --- a/tools/designer/designer/designerappiface.cpp +++ b/tools/designer/designer/designerappiface.cpp @@ -317,7 +317,7 @@ TQString DesignerProjectImpl::customSetting( const TQString &key ) const { if ( key == "TQTSCRIPT_PACKAGES" ) { TQString s = getenv( "TQTSCRIPT_PACKAGES" ); - TQString s2 = project->customSetting( "TQUICK_PACKAGES" ); + TQString s2 = project->customSetting( "QUICK_PACKAGES" ); if ( !s.isEmpty() && !s2.isEmpty() ) #if defined(Q_OS_WIN32) s += ";"; diff --git a/tools/designer/designer/mainwindowactions.cpp b/tools/designer/designer/mainwindowactions.cpp index 07d9c3c2f..9fb744b93 100644 --- a/tools/designer/designer/mainwindowactions.cpp +++ b/tools/designer/designer/mainwindowactions.cpp @@ -108,7 +108,7 @@ static const char * whatsthis_image[] = { " ooo "}; const TQString toolbarHelp = "

Toolbars contain a number of buttons to " -"provide tquick access to often used functions.%1" +"provide quick access to often used functions.%1" "
Click on the toolbar handle to hide the toolbar, " "or drag and place the toolbar to a different location.

"; diff --git a/tools/designer/plugins/cppeditor/yyreg.cpp b/tools/designer/plugins/cppeditor/yyreg.cpp index bec1bd9fb..7cc81ff2f 100644 --- a/tools/designer/plugins/cppeditor/yyreg.cpp +++ b/tools/designer/plugins/cppeditor/yyreg.cpp @@ -129,7 +129,7 @@ static void stopTokenizer() } /* - These two macros implement tquick-and-dirty hashing for telling + These two macros implement quick-and-dirty hashing for telling apart keywords fast. */ #define HASH( ch, len ) ( (ch) | ((len) << 8) ) -- cgit v1.2.1