diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:38:34 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:38:34 -0500 |
commit | ffc74f031874e3823f212e40a03cb9f25091cb5f (patch) | |
tree | 8fee0733f8a83b667665175fabc47269cb093a7c /buildtools/autotools/autosubprojectview.cpp | |
parent | 70a3c0d90bf27c502ec710042250d51e2eb8bd99 (diff) | |
download | tdevelop-ffc74f031874e3823f212e40a03cb9f25091cb5f.tar.gz tdevelop-ffc74f031874e3823f212e40a03cb9f25091cb5f.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'buildtools/autotools/autosubprojectview.cpp')
-rw-r--r-- | buildtools/autotools/autosubprojectview.cpp | 2 |
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>")); |