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/kwmapeditor.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/kwmapeditor.h')
-rw-r--r-- | tdewallet/kwmapeditor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdewallet/kwmapeditor.h b/tdewallet/kwmapeditor.h index 0fade7b..cad9c6a 100644 --- a/tdewallet/kwmapeditor.h +++ b/tdewallet/kwmapeditor.h @@ -24,8 +24,8 @@ #include <tqstring.h> #include <tqtable.h> -class KAction; -class KActionCollection; +class TDEAction; +class TDEActionCollection; class KWMapEditor : public TQTable { Q_OBJECT @@ -55,8 +55,8 @@ class KWMapEditor : public TQTable { private: TQMap<TQString,TQString>& _map; int _contextRow, _contextCol; - KActionCollection *_ac; - KAction *_copyAct; + TDEActionCollection *_ac; + TDEAction *_copyAct; }; #endif |