diff options
Diffstat (limited to 'src/mergeresultwindow.cpp')
-rw-r--r-- | src/mergeresultwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mergeresultwindow.cpp b/src/mergeresultwindow.cpp index 1b1639d..8b38853 100644 --- a/src/mergeresultwindow.cpp +++ b/src/mergeresultwindow.cpp @@ -3210,8 +3210,8 @@ bool WindowTitleWidget::eventFilter( TQObject* o, TQEvent* e ) if ( lst.count() > 0 ) { - static_cast<TQLineEdit*>(TQT_TQWIDGET(o))->setText( lst[0] ); - static_cast<TQLineEdit*>(TQT_TQWIDGET(o))->setFocus(); + static_cast<TQLineEdit*>(o)->setText( lst[0] ); + static_cast<TQLineEdit*>(o)->setFocus(); return true; } } |