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/views/kaccountsview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmymoney2/views/kaccountsview.h') diff --git a/kmymoney2/views/kaccountsview.h b/kmymoney2/views/kaccountsview.h index 96c547a..892af17 100644 --- a/kmymoney2/views/kaccountsview.h +++ b/kmymoney2/views/kaccountsview.h @@ -43,16 +43,16 @@ class TDEListViewSearchLineWidget; * This class represents an item in the account icon view. It is used * by the KAccountsView to select between the accounts using icons. */ -class KMyMoneyAccountIconItem : public KIconViewItem +class KMyMoneyAccountIconItem : public TDEIconViewItem { public: /** * Constructor to be used to construct an account icon object. * - * @param parent pointer to the KIconView object this entry should be + * @param parent pointer to the TDEIconView object this entry should be * added to. * @param account const reference to MyMoneyAccount for which - * the KIconView entry is constructed + * the TDEIconView entry is constructed */ KMyMoneyAccountIconItem(TQIconView *parent, const MyMoneyAccount& account); ~KMyMoneyAccountIconItem(); -- cgit v1.2.1