From 8cb8ba0f957e8a164cdcfbc2685b14d8d0a5c9a5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:15:51 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kig/filters/exporter.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kig/filters') diff --git a/kig/filters/exporter.cc b/kig/filters/exporter.cc index 06babdfa..8b3799d0 100644 --- a/kig/filters/exporter.cc +++ b/kig/filters/exporter.cc @@ -77,8 +77,8 @@ ExporterAction::ExporterAction( const KigPart* doc, KigWidget* w, TQString iconstr = exp->menuIcon(); if ( iconstr.isEmpty() ) return; - KIconLoader* l = doc->instance()->iconLoader(); - TQPixmap icon = l->loadIcon( iconstr, KIcon::Small, 16, KIcon::DefaultState, 0L, true ); + TDEIconLoader* l = doc->instance()->iconLoader(); + TQPixmap icon = l->loadIcon( iconstr, TDEIcon::Small, 16, TDEIcon::DefaultState, 0L, true ); if ( !icon.isNull() ) setIconSet( TQIconSet( icon ) ); } -- cgit v1.2.1