summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/private/kopeteutils_private.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/private/kopeteutils_private.cpp')
-rw-r--r--kopete/libkopete/private/kopeteutils_private.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/private/kopeteutils_private.cpp b/kopete/libkopete/private/kopeteutils_private.cpp
index 3746bcd3..933a5b11 100644
--- a/kopete/libkopete/private/kopeteutils_private.cpp
+++ b/kopete/libkopete/private/kopeteutils_private.cpp
@@ -14,7 +14,7 @@
*************************************************************************
*/
-#include <qmap.h>
+#include <tqmap.h>
#include <kmessagebox.h>
@@ -49,7 +49,7 @@ NotifyHelper* NotifyHelper::self()
void NotifyHelper::slotEventActivated(unsigned int action)
{
- const KNotification *n = dynamic_cast<const KNotification *>(QObject::sender());
+ const KNotification *n = dynamic_cast<const KNotification *>(TQObject::sender());
if (n)
{
ErrorNotificationInfo info = m_events[n];
@@ -64,7 +64,7 @@ void NotifyHelper::slotEventActivated(unsigned int action)
void NotifyHelper::slotEventClosed()
{
- const KNotification *n = dynamic_cast<const KNotification *>(QObject::sender());
+ const KNotification *n = dynamic_cast<const KNotification *>(TQObject::sender());
if (n)
unregisterNotification(n);
}