diff options
Diffstat (limited to 'parts/grepview/grepviewpart.cpp')
-rw-r--r-- | parts/grepview/grepviewpart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/grepview/grepviewpart.cpp b/parts/grepview/grepviewpart.cpp index 7b2822ec..627d7447 100644 --- a/parts/grepview/grepviewpart.cpp +++ b/parts/grepview/grepviewpart.cpp @@ -60,9 +60,9 @@ GrepViewPart::GrepViewPart( TQObject *parent, const char *name, const TQStringLi mainWindow()->embedOutputView(m_widget, i18n("Find in Files"), i18n("Output of the grep command")); - KAction *action; + TDEAction *action; - action = new KAction(i18n("Find in Fi&les..."), "grep", CTRL+ALT+Key_F, + action = new TDEAction(i18n("Find in Fi&les..."), "grep", CTRL+ALT+Key_F, this, TQT_SLOT(slotGrep()), actionCollection(), "edit_grep"); action->setToolTip( i18n("Search for expressions over several files") ); |