summaryrefslogtreecommitdiffstats
path: root/src/urlnavigator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlnavigator.cpp')
-rw-r--r--src/urlnavigator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlnavigator.cpp b/src/urlnavigator.cpp
index 225ab70..8a3e05a 100644
--- a/src/urlnavigator.cpp
+++ b/src/urlnavigator.cpp
@@ -442,7 +442,7 @@ void URLNavigator::updateContent()
// Don't close and delete the navigator button immediatly, otherwise
// the iterator won't work anymore and an object would get deleted more
// than once (-> crash).
- deleteList.append(TQT_TQWIDGET(object));
+ deleteList.append(static_cast<TQWidget*>(object));
}
++it;
}