diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 396e121758a344c50800867343bed230aea11a64 (patch) | |
tree | 594d397452138da5ab8cb06ba23f1cb8cfa12fd8 /quanta/src/quanta_init.cpp | |
parent | a401060f421c5533f26cb038a59c6f7b24e51266 (diff) | |
download | tdewebdev-396e121758a344c50800867343bed230aea11a64.tar.gz tdewebdev-396e121758a344c50800867343bed230aea11a64.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/src/quanta_init.cpp')
-rw-r--r-- | quanta/src/quanta_init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp index 15e1abdd..275a269d 100644 --- a/quanta/src/quanta_init.cpp +++ b/quanta/src/quanta_init.cpp @@ -1460,7 +1460,7 @@ void QuantaInit::checkRuntimeDependencies() dependencies.append(dependency); - dependency.name = "KLinktqStatus"; + dependency.name = "KLinkStatus"; dependency.execName = "Link Checker"; dependency.url = "http://kde-apps.org/content/show.php?content=12318"; dependency.description = i18n("link validity checking"); |