summaryrefslogtreecommitdiffstats
path: root/akregator/src/notificationmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/notificationmanager.cpp')
-rw-r--r--akregator/src/notificationmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/notificationmanager.cpp b/akregator/src/notificationmanager.cpp
index 5a1446816..23a3a3a81 100644
--- a/akregator/src/notificationmanager.cpp
+++ b/akregator/src/notificationmanager.cpp
@@ -67,7 +67,7 @@ void NotificationManager::slotNotifyArticle(const Article& article)
else if (!m_running)
{
m_running = true;
- TQTimer::singleShot(m_checkInterval, this, TQT_SLOT(slotIntervalCheck()));
+ TQTimer::singleShot(m_checkInterval, this, TQ_SLOT(slotIntervalCheck()));
}
}
@@ -123,7 +123,7 @@ void NotificationManager::slotIntervalCheck()
else
{
m_addedInLastInterval = false;
- TQTimer::singleShot(m_checkInterval, this, TQT_SLOT(slotIntervalCheck()));
+ TQTimer::singleShot(m_checkInterval, this, TQ_SLOT(slotIntervalCheck()));
}
}