summaryrefslogtreecommitdiffstats
path: root/src/devices/pic/gui/pic_memory_editor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:21 -0600
commit6f617c4181afa90f3eba14139d4f92eb98834899 (patch)
tree8b1b3f1b1834eeca086e1b6948e926d726f3b025 /src/devices/pic/gui/pic_memory_editor.h
parentb42d04f596e5440b17d954ba9e24d55368030120 (diff)
downloadpiklab-6f617c4181afa90f3eba14139d4f92eb98834899.tar.gz
piklab-6f617c4181afa90f3eba14139d4f92eb98834899.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/devices/pic/gui/pic_memory_editor.h')
-rw-r--r--src/devices/pic/gui/pic_memory_editor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/pic/gui/pic_memory_editor.h b/src/devices/pic/gui/pic_memory_editor.h
index 7d0f857..558cefb 100644
--- a/src/devices/pic/gui/pic_memory_editor.h
+++ b/src/devices/pic/gui/pic_memory_editor.h
@@ -12,7 +12,7 @@
#include <tqscrollbar.h>
#include <tqgroupbox.h>
-class KToggleAction;
+class TDEToggleAction;
#include "devices/gui/memory_editor.h"
#include "devices/gui/hex_word_editor.h"
@@ -78,10 +78,10 @@ private:
Data() : button(0), label(0) {}
Data(const TQString &text, TQWidget *parent);
void setProtected(bool on);
- bool hasAction(const KAction *action) const;
+ bool hasAction(const TDEAction *action) const;
PopupButton *button;
TQLabel *label;
- TQValueVector<KAction *> actions;
+ TQValueVector<TDEAction *> actions;
};
Data _boot;
TQValueVector<Data> _blocks;
@@ -175,7 +175,7 @@ private slots:
private:
bool _saveReadOnly;
- KToggleAction *_setToChecksum;
+ TDEToggleAction *_setToChecksum;
};
//-----------------------------------------------------------------------------