summaryrefslogtreecommitdiffstats
path: root/src/devices/gui/memory_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/gui/memory_editor.h')
-rw-r--r--src/devices/gui/memory_editor.h6
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);
};