summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp
index 7a59c46..ac18843 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -66,7 +66,7 @@ void Document::handleNewView( View *view )
void Document::slotViewDestroyed( TQObject *obj )
{
- View *view = static_cast<View*>(TQT_TQWIDGET(obj));
+ View *view = static_cast<View*>(obj);
m_viewList.remove(view);