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/ktoolbarbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdeui/ktoolbarbutton.cpp') diff --git a/kdeui/ktoolbarbutton.cpp b/kdeui/ktoolbarbutton.cpp index e5dd0c736..7df04fa70 100644 --- a/kdeui/ktoolbarbutton.cpp +++ b/kdeui/ktoolbarbutton.cpp @@ -298,7 +298,7 @@ void KToolBarButton::setIconSet( const TQIconSet &iconset ) // remove? void KToolBarButton::setPixmap( const TQPixmap &pixmap ) { - if( pixmap.isNull()) // called by QToolButton + if( pixmap.isNull()) // called by TQToolButton { TQToolButton::setPixmap( pixmap ); return; -- cgit v1.2.1