From a0523230c43c0c894e924fca7fe775e47a7d86a8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:03:49 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kmymoney2/widgets/kmymoneypriceview.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmymoney2/widgets/kmymoneypriceview.cpp') diff --git a/kmymoney2/widgets/kmymoneypriceview.cpp b/kmymoney2/widgets/kmymoneypriceview.cpp index a4714ac..83b9ba5 100644 --- a/kmymoney2/widgets/kmymoneypriceview.cpp +++ b/kmymoney2/widgets/kmymoneypriceview.cpp @@ -137,23 +137,23 @@ KMyMoneyPriceView::KMyMoneyPriceView(TQWidget *parent, const char *name ) : header()->setFont(KMyMoneyGlobalSettings::listHeaderFont()); - KIconLoader *kiconloader = TDEGlobal::iconLoader(); + TDEIconLoader *kiconloader = TDEGlobal::iconLoader(); m_contextMenu = new TDEPopupMenu(this); m_contextMenu->insertTitle(i18n("Price Options")); - m_contextMenu->insertItem(kiconloader->loadIcon("filenew", KIcon::Small), + m_contextMenu->insertItem(kiconloader->loadIcon("filenew", TDEIcon::Small), i18n("New..."), this, TQT_SIGNAL(newPrice())); - m_contextMenu->insertItem(kiconloader->loadIcon("edit", KIcon::Small), + m_contextMenu->insertItem(kiconloader->loadIcon("edit", TDEIcon::Small), i18n("Edit..."), this, TQT_SIGNAL(editPrice())); - m_contextMenu->insertItem(kiconloader->loadIcon("connect_creating", KIcon::Small), + m_contextMenu->insertItem(kiconloader->loadIcon("connect_creating", TDEIcon::Small), i18n("Online Price Update..."), this, TQT_SIGNAL(onlinePriceUpdate())); - m_contextMenu->insertItem(kiconloader->loadIcon("delete", KIcon::Small), + m_contextMenu->insertItem(kiconloader->loadIcon("delete", TDEIcon::Small), i18n("Delete..."), this, TQT_SIGNAL(deletePrice())); -- cgit v1.2.1