summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:38:34 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:38:34 -0500
commitffc74f031874e3823f212e40a03cb9f25091cb5f (patch)
tree8fee0733f8a83b667665175fabc47269cb093a7c /buildtools/autotools
parent70a3c0d90bf27c502ec710042250d51e2eb8bd99 (diff)
downloadtdevelop-ffc74f031874e3823f212e40a03cb9f25091cb5f.tar.gz
tdevelop-ffc74f031874e3823f212e40a03cb9f25091cb5f.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'buildtools/autotools')
-rw-r--r--buildtools/autotools/autosubprojectview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp
index 71005417..35747807 100644
--- a/buildtools/autotools/autosubprojectview.cpp
+++ b/buildtools/autotools/autosubprojectview.cpp
@@ -230,7 +230,7 @@ void AutoSubprojectView::initActions()
TQT_SLOT( slotForceReeditSubproject() ), actions, "force-reedit subproject" );
forceReeditSubprojectAction->setWhatsThis(i18n("<qt><b>Force Reedit</b><p>Runs <b>make force-reedit</b> "
"from the directory of the selected subproject.<br>This "
- "recreates makefile (tip: and solves most of .tqmoc related "
+ "recreates makefile (tip: and solves most of .moc related "
"problems)<br>Environment variables and make arguments can "
"be specified in the project settings dialog, "
"<b>Make Options</b> tab.</qt>"));