summaryrefslogtreecommitdiffstats
path: root/digikam/digikam/kdateedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/digikam/kdateedit.cpp')
-rw-r--r--digikam/digikam/kdateedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/digikam/kdateedit.cpp b/digikam/digikam/kdateedit.cpp
index 486841d..d0730b4 100644
--- a/digikam/digikam/kdateedit.cpp
+++ b/digikam/digikam/kdateedit.cpp
@@ -261,7 +261,7 @@ TQDate KDateEdit::parseDate( bool *replaced ) const
bool KDateEdit::eventFilter( TQObject *object, TQEvent *event )
{
- if ( TQT_BASE_OBJECT(object) == TQT_BASE_OBJECT(lineEdit()) ) {
+ if ( object == lineEdit() ) {
// We only process the focus out event if the text has changed
// since we got focus
if ( (event->type() == TQEvent::FocusOut) && mTextChanged ) {