From 4c6870471be96131ae42a7e20355e6f06029a6d9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:17:58 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kget/kget_plug_in/kget_plug_in.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kget/kget_plug_in/kget_plug_in.cpp') diff --git a/kget/kget_plug_in/kget_plug_in.cpp b/kget/kget_plug_in/kget_plug_in.cpp index 869fb513..58a52d81 100644 --- a/kget/kget_plug_in/kget_plug_in.cpp +++ b/kget/kget_plug_in/kget_plug_in.cpp @@ -48,7 +48,7 @@ KGet_plug_in::KGet_plug_in( TQObject* parent, const char* name ) : Plugin( parent, name ) { TQPixmap pix = TDEGlobal::iconLoader()->loadIcon("kget", - KIcon::MainToolbar); + TDEIcon::MainToolbar); TDEActionMenu *menu = new TDEActionMenu( i18n("Download Manager"), pix, actionCollection(), "kget_menu" ); menu->setDelayed( false ); -- cgit v1.2.1