From 4ddfca384ced9ad654213aef9dc2c3973720b980 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 24 Feb 2011 07:08:32 +0000 Subject: Fix a number of runtime object identification problems which led to an even larger array of minor glitches NOTE: kdevelop and kdewebdev still need to be fully repaired git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- juk/tageditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juk') diff --git a/juk/tageditor.cpp b/juk/tageditor.cpp index 449f4392..eb2dfa88 100644 --- a/juk/tageditor.cpp +++ b/juk/tageditor.cpp @@ -767,7 +767,7 @@ void TagEditor::showEvent(TQShowEvent *e) bool TagEditor::eventFilter(TQObject *watched, TQEvent *e) { TQKeyEvent *ke = static_cast(e); - if(watched->inherits("TQSpinBox") && e->type() == TQEvent::KeyRelease && ke->state() == 0) + if(watched->inherits(TQSPINBOX_OBJECT_NAME_STRING) && e->type() == TQEvent::KeyRelease && ke->state() == 0) slotDataChanged(); return false; -- cgit v1.2.3