From b5fb39eb73302856329affac603779129a545abd Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 2 Apr 2011 06:46:49 +0000 Subject: Change most kdelibs inherits() functions to use the new object name define system git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1226839 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kcompletionbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdeui/kcompletionbox.cpp') diff --git a/kdeui/kcompletionbox.cpp b/kdeui/kcompletionbox.cpp index 1349b7d8c..4f025803b 100644 --- a/kdeui/kcompletionbox.cpp +++ b/kdeui/kcompletionbox.cpp @@ -343,7 +343,7 @@ TQRect KCompletionBox::calculateGeometry() const // to adjust it. Do that here as well, for consistency const TQObject* combo; if ( d->m_parent && (combo = d->m_parent->tqparent() ) && - combo->inherits("QComboBox") ) + combo->inherits(TQCOMBOBOX_OBJECT_NAME_STRING) ) { const TQComboBox* cb = static_cast(TQT_TQWIDGET_CONST(combo)); -- cgit v1.2.3