From fc02f656b0c119d77b36b1f8d160d525eac44614 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:17:17 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- noatun/library/pref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun/library/pref.cpp') diff --git a/noatun/library/pref.cpp b/noatun/library/pref.cpp index 73285ad1..2d30a413 100644 --- a/noatun/library/pref.cpp +++ b/noatun/library/pref.cpp @@ -56,7 +56,7 @@ void NoatunPreferences::remove(CModule *page) CModule::CModule(const TQString &name, const TQString &description, const TQString &icon, TQObject *owner) : TQWidget(napp->preferencesBox()->addPage(name, description, TDEGlobal::iconLoader()->loadIcon( - icon, KIcon::Small,0, KIcon::DefaultState,0, true))) + icon, TDEIcon::Small,0, TDEIcon::DefaultState,0, true))) { if (owner) connect(owner, TQT_SIGNAL(destroyed()), TQT_SLOT(ownerDeleted())); -- cgit v1.2.1