From a0523230c43c0c894e924fca7fe775e47a7d86a8 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Mon, 4 Feb 2013 14:03:49 -0600
Subject: Rename KIcon to enhance compatibility with KDE4

---
 kmymoney2/dialogs/knewaccountdlg.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'kmymoney2/dialogs/knewaccountdlg.cpp')

diff --git a/kmymoney2/dialogs/knewaccountdlg.cpp b/kmymoney2/dialogs/knewaccountdlg.cpp
index f95ad5e..7f964dc 100644
--- a/kmymoney2/dialogs/knewaccountdlg.cpp
+++ b/kmymoney2/dialogs/knewaccountdlg.cpp
@@ -362,7 +362,7 @@ KNewAccountDlg::KNewAccountDlg(const MyMoneyAccount& account, bool isEditing, bo
     setCaption(title);
 
   // load button icons
-  KIconLoader* il = TDEGlobal::iconLoader();
+  TDEIconLoader* il = TDEGlobal::iconLoader();
   cancelButton->setGuiItem(KStdGuiItem::cancel());
   createButton->setGuiItem(KStdGuiItem::ok());
 
-- 
cgit v1.2.1