From 34ec7cf1e70300eb43f3822ce3261893f9f8ace6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:19:04 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- tdewallet/allyourbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdewallet/allyourbase.h') diff --git a/tdewallet/allyourbase.h b/tdewallet/allyourbase.h index b6b0770..3479189 100644 --- a/tdewallet/allyourbase.h +++ b/tdewallet/allyourbase.h @@ -83,7 +83,7 @@ class KWalletFolderItem : public TDEListViewItem { TQString name() const; void refresh(); KWalletContainerItem* getContainer(KWallet::Wallet::EntryType type); - TQPixmap getFolderIcon(KIcon::Group group); + TQPixmap getFolderIcon(TDEIcon::Group group); bool contains(const TQString& itemKey); TQListViewItem* getItem(const TQString& itemKey); @@ -132,7 +132,7 @@ class KWalletItem : public TQIconViewItem { }; -class KWalletIconView : public KIconView { +class KWalletIconView : public TDEIconView { Q_OBJECT public: -- cgit v1.2.3