From ead3be96a82fae30bc1da07dc3a492efc16529b8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:02:09 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kbarcode/tdeactionmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbarcode') diff --git a/kbarcode/tdeactionmap.cpp b/kbarcode/tdeactionmap.cpp index 74a4f28..d2bea44 100644 --- a/kbarcode/tdeactionmap.cpp +++ b/kbarcode/tdeactionmap.cpp @@ -42,7 +42,7 @@ public: { TQPixmap pix; TQSize size = TQIconSet::iconSize( TQIconSet::Large ); - TQIconSet iconset = m_action->iconSet( KIcon::Panel, KIcon::SizeLarge ); + TQIconSet iconset = m_action->iconSet( TDEIcon::Panel, TDEIcon::SizeLarge ); TQRegExp regtag( "<[^>]*>" ); pix = iconset.pixmap( TQIconSet::Large, TQIconSet::Normal ); // m_action->isEnabled() ? TQIconSet::Normal : TQIconSet::Disabled ); -- cgit v1.2.3