summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:05:12 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-10 17:07:09 +0100
commitbd6aa1a8cdfd390cf49f00e976144dfbe2538fdb (patch)
treea33807c3b6c18b6bb6df7c5201ab3e049d076400
parentdf8b5e2afa0b9ba805f215fe523c23634603e76d (diff)
downloadtdenetwork-bd6aa1a8cdfd390cf49f00e976144dfbe2538fdb.tar.gz
tdenetwork-bd6aa1a8cdfd390cf49f00e976144dfbe2538fdb.zip
Fix inadvertent tqt changes.
(cherry picked from commit dae1f24c0744203503ea888a1b7c64544fdd1522)
-rw-r--r--kopete/protocols/jabber/jingle/jinglewatchsessiontask.h2
-rw-r--r--kopete/protocols/jabber/libiris/iris/jabber/all_mocs.cpp2
-rw-r--r--kopete/protocols/msn/msnaccount.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h
index 8c37b0c8..7a3a9066 100644
--- a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h
+++ b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h
@@ -21,7 +21,7 @@
/**
* This task watch for incoming Jingle session and notify manager.
- * It is declared in the header to be "tqmoc"-able.
+ * It is declared in the header to be "moc"-able.
*/
class JingleWatchSessionTask : public XMPP::Task
{
diff --git a/kopete/protocols/jabber/libiris/iris/jabber/all_mocs.cpp b/kopete/protocols/jabber/libiris/iris/jabber/all_mocs.cpp
index 8532fd4a..b76a2837 100644
--- a/kopete/protocols/jabber/libiris/iris/jabber/all_mocs.cpp
+++ b/kopete/protocols/jabber/libiris/iris/jabber/all_mocs.cpp
@@ -1,5 +1,5 @@
/*
- * all_tqmocs.cpp - #include all .tqmoc files in this directory
+ * all_mocs.cpp - #include all .moc files in this directory
* Copyright (C) 2004 Richard Smith
*
* This library is free software; you can redistribute it and/or
diff --git a/kopete/protocols/msn/msnaccount.h b/kopete/protocols/msn/msnaccount.h
index 31ae451d..d35f23e5 100644
--- a/kopete/protocols/msn/msnaccount.h
+++ b/kopete/protocols/msn/msnaccount.h
@@ -135,7 +135,7 @@ private slots:
void slotOpenInbox();
void slotChangePublicName();
-//#if !defined NDEBUG //(Stupid tqmoc which don't see when he don't need to slot this slot)
+//#if !defined NDEBUG //(Stupid moc which don't see when he don't need to slot this slot)
/**
* Show simple debugging aid
*/