diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:58 -0600 |
commit | 9e5c87c89567a98c3344c90e392a27715437334c (patch) | |
tree | 6c1dd96ae0ba38b7e8f0a492d591881f44f474da /tdewallet/tdewalleteditor.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/tdewalleteditor.h')
-rw-r--r-- | tdewallet/tdewalleteditor.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tdewallet/tdewalleteditor.h b/tdewallet/tdewalleteditor.h index fa7ea25..6016c95 100644 --- a/tdewallet/tdewalleteditor.h +++ b/tdewallet/tdewalleteditor.h @@ -26,7 +26,7 @@ #include <kmainwindow.h> #include <tqstringlist.h> -class KAction; +class TDEAction; class TQIconViewItem; class TQListViewItem; class TQCheckBox; @@ -34,7 +34,7 @@ class KWalletFolderIconView; class KWalletEntryList; class KWMapEditor; -class KWalletEditor : public KMainWindow { +class KWalletEditor : public TDEMainWindow { Q_OBJECT @@ -84,7 +84,7 @@ class KWalletEditor : public KMainWindow { void enableWalletActions(bool enable); void enableFolderActions(bool enable); void enableContextFolderActions(bool enable); - void editorClosed(KMainWindow*); + void editorClosed(TDEMainWindow*); public: TQString _walletName; @@ -96,9 +96,9 @@ class KWalletEditor : public KMainWindow { WalletWidget *_ww; KWalletEntryList *_entryList; bool _walletIsOpen; - KAction *_newFolderAction, *_deleteFolderAction; - KAction *_passwordAction, *_exportAction, *_saveAsAction, *_mergeAction, *_importAction; - KAction *_copyPassAction; + TDEAction *_newFolderAction, *_deleteFolderAction; + TDEAction *_passwordAction, *_exportAction, *_saveAsAction, *_mergeAction, *_importAction; + TDEAction *_copyPassAction; TQLabel*_details; TQString _currentFolder; TQMap<TQString,TQString> _currentMap; // save memory by storing |