diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
commit | 0f1209c4bbd383acb68a22128b6b323f78c7fcb3 (patch) | |
tree | 1fe793a9da5b636da0f2e7c185c232a51990aa16 /khtml/khtml_part.cpp | |
parent | be91eb61cf327d204eb087b1b0e62209362f670f (diff) | |
download | tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.tar.gz tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'khtml/khtml_part.cpp')
-rw-r--r-- | khtml/khtml_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/khtml_part.cpp b/khtml/khtml_part.cpp index 3fec96803..a2843a53a 100644 --- a/khtml/khtml_part.cpp +++ b/khtml/khtml_part.cpp @@ -4867,7 +4867,7 @@ void KHTMLPart::submitForm( const char *action, const TQString &url, const TQByt } if (triedToAttach) - KMessageBox::information(NULL, i18n("This site attempted to attach a file from your computer in the form submission. The attachment was removed for your protection."), i18n("KDE"), "WarnTriedAttach"); + KMessageBox::information(NULL, i18n("This site attempted to attach a file from your computer in the form submission. The attachment was removed for your protection."), i18n("TDE"), "WarnTriedAttach"); // 2) Append body= TQString bodyEnc; |