diff options
Diffstat (limited to 'tdewallet/allyourbase.h')
-rw-r--r-- | tdewallet/allyourbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: |