summaryrefslogtreecommitdiffstats
path: root/kicker/applets/trash/trashbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/trash/trashbutton.cpp')
-rw-r--r--kicker/applets/trash/trashbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/trash/trashbutton.cpp b/kicker/applets/trash/trashbutton.cpp
index eb036c119..19e6be02b 100644
--- a/kicker/applets/trash/trashbutton.cpp
+++ b/kicker/applets/trash/trashbutton.cpp
@@ -78,7 +78,7 @@ void TrashButton::setItemCount(int count)
void TrashButton::initPopup()
{
- TQPopupMenu *old_popup = popup();
+ TQPopupMenu *old_popup = static_cast<TQPopupMenu*>(popup());
KFileItemList items;
items.append(&mFileItem);