diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:05:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:05:21 -0600 |
commit | 6f617c4181afa90f3eba14139d4f92eb98834899 (patch) | |
tree | 8b1b3f1b1834eeca086e1b6948e926d726f3b025 /src/devices/gui/memory_editor.h | |
parent | b42d04f596e5440b17d954ba9e24d55368030120 (diff) | |
download | piklab-6f617c4181afa90f3eba14139d4f92eb98834899.tar.gz piklab-6f617c4181afa90f3eba14139d4f92eb98834899.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/devices/gui/memory_editor.h')
-rw-r--r-- | src/devices/gui/memory_editor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/gui/memory_editor.h b/src/devices/gui/memory_editor.h index 78bb5a6..89f4fb2 100644 --- a/src/devices/gui/memory_editor.h +++ b/src/devices/gui/memory_editor.h @@ -17,7 +17,7 @@ class TQVBoxLayout; class TQHBoxLayout; class TQHBox; -class KAction; +class TDEAction; class PopupButton; namespace Device @@ -145,12 +145,12 @@ protected: const HexView *_hexview; virtual bool internalDoAction(Action action) = 0; // return true if memory modified virtual bool hasAction(Action) const { return true; } - void addAction(KAction *action); + void addAction(TDEAction *action); const Device::Memory *originalMemory() const; private: bool _readOnly; - KAction *_actions[Nb_Actions]; + TDEAction *_actions[Nb_Actions]; void doAction(Action action); }; |