diff options
Diffstat (limited to 'khexedit/toplevel.h')
-rw-r--r-- | khexedit/toplevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/toplevel.h b/khexedit/toplevel.h index 398abf4..5e72dee 100644 --- a/khexedit/toplevel.h +++ b/khexedit/toplevel.h @@ -85,10 +85,10 @@ class KHexEdit : public KMainWindow KAction *paste; KAction *selectAll; KAction *unselect; - KAction *tqfind; + KAction *find; KAction *findNext; KAction *findPrev; - KAction *tqreplace; + KAction *replace; KAction *gotoOffset; KAction *insertPattern; KAction *copyAsText; |