summaryrefslogtreecommitdiffstats
path: root/akregator/src/tagnodeitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/tagnodeitem.cpp')
-rw-r--r--akregator/src/tagnodeitem.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/akregator/src/tagnodeitem.cpp b/akregator/src/tagnodeitem.cpp
index 70f2c90f..265ec5f7 100644
--- a/akregator/src/tagnodeitem.cpp
+++ b/akregator/src/tagnodeitem.cpp
@@ -30,8 +30,8 @@
#include <kaction.h>
#include <kiconloader.h>
-#include <qpoint.h>
-#include <qpopupmenu.h>
+#include <tqpoint.h>
+#include <tqpopupmenu.h>
namespace Akregator {
@@ -77,11 +77,11 @@ TagNode* TagNodeItem::node()
return static_cast<TagNode*> (m_node);
}
-void TagNodeItem::showContextMenu(const QPoint& p)
+void TagNodeItem::showContextMenu(const TQPoint& p)
{
- QWidget* w = ActionManager::getInstance()->container("tagnode_popup");
+ TQWidget* w = ActionManager::getInstance()->container("tagnode_popup");
if (w)
- static_cast<QPopupMenu *>(w)->exec(p);
+ static_cast<TQPopupMenu *>(w)->exec(p);
}
TagNodeItem::~TagNodeItem()