summaryrefslogtreecommitdiffstats
path: root/konq-plugins/akregator/akregatorplugin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-20 21:19:56 +0900
committerMichele Calgaro <[email protected]>2023-12-20 21:24:56 +0900
commit3f05f93dac700cf12dade9ae450eff6158650d23 (patch)
tree0c153c6919c98967aeab38ab376b18635a01e1b3 /konq-plugins/akregator/akregatorplugin.cpp
parent462e806771b84412c051d43bad117c3dde7ce5e5 (diff)
downloadtdeaddons-3f05f93dac700cf12dade9ae450eff6158650d23.tar.gz
tdeaddons-3f05f93dac700cf12dade9ae450eff6158650d23.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'konq-plugins/akregator/akregatorplugin.cpp')
-rw-r--r--konq-plugins/akregator/akregatorplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/akregator/akregatorplugin.cpp b/konq-plugins/akregator/akregatorplugin.cpp
index dd6ec3c..93453e0 100644
--- a/konq-plugins/akregator/akregatorplugin.cpp
+++ b/konq-plugins/akregator/akregatorplugin.cpp
@@ -66,7 +66,7 @@ AkregatorMenu::AkregatorMenu( KonqPopupMenu * popupmenu, const char *name, const
TDEHTMLView* view = 0L;
if (popupmenu && popupmenu->parent() && popupmenu->parent()->inherits("TDEHTMLView"))
- view = static_cast<TDEHTMLView*>(TQT_TQWIDGET(popupmenu->parent()));
+ view = static_cast<TDEHTMLView*>(popupmenu->parent());
if (view)
m_part = view->part();