summaryrefslogtreecommitdiffstats
path: root/konversation/src/query.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:19:44 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:19:44 -0500
commit2bc8c499f1ccadd050d29ea3963927e3007b556b (patch)
tree074fa2f640da2e4c695cd07f8aec6f876c280322 /konversation/src/query.cpp
parent33bd72ddd2e5d3d81abfc76e365ef0f76f421969 (diff)
downloadkonversation-2bc8c499f1ccadd050d29ea3963927e3007b556b.tar.gz
konversation-2bc8c499f1ccadd050d29ea3963927e3007b556b.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'konversation/src/query.cpp')
-rw-r--r--konversation/src/query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/query.cpp b/konversation/src/query.cpp
index 685dc8f..bc1cd7d 100644
--- a/konversation/src/query.cpp
+++ b/konversation/src/query.cpp
@@ -65,7 +65,7 @@ Query::Query(TQWidget* parent, TQString _name) : ChatWindow(parent)
queryHostmask=new Konversation::TopicLabel(box, "query_hostmask");
- TQString whatsthis = i18n("<qt>Some details of the person you are talking to in this query is shown in this bar. The full name and hostmask is shown, along with any image or logo this person has associated with them in the KDE Addressbook.<p>See the <i>Konversation Handbook</i> for information on associating a nick with a contact in the Addressbook, and for an explanation of what the hostmask is.</qt>");
+ TQString whatsthis = i18n("<qt>Some details of the person you are talking to in this query is shown in this bar. The full name and hostmask is shown, along with any image or logo this person has associated with them in the TDE Addressbook.<p>See the <i>Konversation Handbook</i> for information on associating a nick with a contact in the Addressbook, and for an explanation of what the hostmask is.</qt>");
TQWhatsThis::add(addresseeimage, whatsthis);
TQWhatsThis::add(addresseelogoimage, whatsthis);
TQWhatsThis::add(queryHostmask, whatsthis);