diff options
Diffstat (limited to 'kopete/libkopete/kopetemessagehandler.h')
-rw-r--r-- | kopete/libkopete/kopetemessagehandler.h | 8 |
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 */ |