diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:58 -0600 |
commit | 9e5c87c89567a98c3344c90e392a27715437334c (patch) | |
tree | 6c1dd96ae0ba38b7e8f0a492d591881f44f474da /tdewallet/allyourbase.h | |
parent | 53904b41cf005abbae3d468532db9adc2b04a9b4 (diff) | |
download | tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.tar.gz tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'tdewallet/allyourbase.h')
-rw-r--r-- | tdewallet/allyourbase.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdewallet/allyourbase.h b/tdewallet/allyourbase.h index fe9bd05..34c37d3 100644 --- a/tdewallet/allyourbase.h +++ b/tdewallet/allyourbase.h @@ -37,7 +37,7 @@ enum KWalletListItemClasses { KWalletUnknownClass = 2000 }; -class KWalletEntryItem : public KListViewItem { +class KWalletEntryItem : public TDEListViewItem { public: KWalletEntryItem(KWallet::Wallet *w, TQListViewItem* parent, const TQString& ename); virtual ~KWalletEntryItem(); @@ -55,7 +55,7 @@ class KWalletEntryItem : public KListViewItem { TQString _oldName; }; -class KWalletContainerItem : public KListViewItem { +class KWalletContainerItem : public TDEListViewItem { public: KWalletContainerItem(TQListViewItem* parent, const TQString& name, KWallet::Wallet::EntryType type); @@ -71,7 +71,7 @@ class KWalletContainerItem : public KListViewItem { KWallet::Wallet::EntryType _type; }; -class KWalletFolderItem : public KListViewItem { +class KWalletFolderItem : public TDEListViewItem { public: KWalletFolderItem(KWallet::Wallet *w, TQListView* parent, const TQString& name, int entries); @@ -95,7 +95,7 @@ class KWalletFolderItem : public KListViewItem { int _entries; }; -class KWalletEntryList : public KListView { +class KWalletEntryList : public TDEListView { Q_OBJECT public: |