summaryrefslogtreecommitdiffstats
path: root/khexedit/parts/kpart/khepart.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:58 -0600
commit9e5c87c89567a98c3344c90e392a27715437334c (patch)
tree6c1dd96ae0ba38b7e8f0a492d591881f44f474da /khexedit/parts/kpart/khepart.h
parent53904b41cf005abbae3d468532db9adc2b04a9b4 (diff)
downloadtdeutils-9e5c87c89567a98c3344c90e392a27715437334c.tar.gz
tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'khexedit/parts/kpart/khepart.h')
-rw-r--r--khexedit/parts/kpart/khepart.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/khexedit/parts/kpart/khepart.h b/khexedit/parts/kpart/khepart.h
index ccbd038..dcdba24 100644
--- a/khexedit/parts/kpart/khepart.h
+++ b/khexedit/parts/kpart/khepart.h
@@ -24,9 +24,9 @@
#include "kbigbuffer.h"
// forward declarations
-class KRadioAction;
-class KToggleAction;
-class KSelectAction;
+class TDERadioAction;
+class TDEToggleAction;
+class TDESelectAction;
namespace KHE
{
@@ -80,15 +80,15 @@ class KHexEditPart : public KParts::ReadOnlyPart
KBigBuffer Wrapping;
// edit menu
- KAction *CopyAction;
+ TDEAction *CopyAction;
// view menu
- KSelectAction *CodingAction;
- KSelectAction *EncodingAction;
- KToggleAction *ShowUnprintableAction;
+ TDESelectAction *CodingAction;
+ TDESelectAction *EncodingAction;
+ TDEToggleAction *ShowUnprintableAction;
// settings menu
- KSelectAction *ResizeStyleAction;
- KToggleAction *ShowOffsetColumnAction;
- KSelectAction *ToggleColumnsAction;
+ TDESelectAction *ResizeStyleAction;
+ TDEToggleAction *ShowOffsetColumnAction;
+ TDESelectAction *ToggleColumnsAction;
};
}