summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetemessagehandler.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
commit47c8a359c5276062c4bc17f0e82410f29081b502 (patch)
tree2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /kopete/libkopete/kopetemessagehandler.h
parent6f82532777a35e0e60bbd2b290b2e93e646f349b (diff)
downloadtdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz
tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/libkopete/kopetemessagehandler.h')
-rw-r--r--kopete/libkopete/kopetemessagehandler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/libkopete/kopetemessagehandler.h b/kopete/libkopete/kopetemessagehandler.h
index ba16184c..fa9c1f31 100644
--- a/kopete/libkopete/kopetemessagehandler.h
+++ b/kopete/libkopete/kopetemessagehandler.h
@@ -17,7 +17,7 @@
#ifndef KOPETEMESSAGEHANDLER_H
#define KOPETEMESSAGEHANDLER_H
-#include <qobject.h>
+#include <tqobject.h>
//#include <kdemacros.h>
#include "kopete_export.h"
@@ -25,7 +25,7 @@
// to avoid this being included everywhere
#include "kopetemessage.h"
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
namespace Kopete
{
@@ -78,7 +78,7 @@ public:
* handler in the chain.
*
* @note If you store @p event, be aware that it could be deleted at any time, and either
- * connect to the its discarded(Kopete::MessageEvent*) signal or store it in a QGuardedPtr.
+ * connect to the its discarded(Kopete::MessageEvent*) signal or store it in a TQGuardedPtr.
*/
virtual void handleMessage( MessageEvent *event );
@@ -124,7 +124,7 @@ public:
*/
virtual ~MessageHandlerFactory();
- typedef QValueList<MessageHandlerFactory*> FactoryList;
+ typedef TQValueList<MessageHandlerFactory*> FactoryList;
/**
* @return the list of registered message handler factories
*/