diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:58 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:58 -0500 |
commit | 20b48737041967f146cf60c3d7903acb215b8c7a (patch) | |
tree | 799370b42e276235bfadf4238997861fb646e94e /kompare/kompare_shell.cpp | |
parent | 2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20 (diff) | |
download | tdesdk-20b48737041967f146cf60c3d7903acb215b8c7a.tar.gz tdesdk-20b48737041967f146cf60c3d7903acb215b8c7a.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'kompare/kompare_shell.cpp')
-rw-r--r-- | kompare/kompare_shell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kompare/kompare_shell.cpp b/kompare/kompare_shell.cpp index 6ab18315..55027091 100644 --- a/kompare/kompare_shell.cpp +++ b/kompare/kompare_shell.cpp @@ -231,7 +231,7 @@ void KompareShell::setupActions() { TDEAction* open = KStdAction::open(TQT_TQOBJECT(this), TQT_SLOT(slotFileOpen()), actionCollection()); open->setText( i18n( "&Open Diff..." ) ); - new TDEAction( i18n("&Compare Files..."), "fileopen", TQt::CTRL + TQt::Key_C, + new TDEAction( i18n("&Compare Files..."), "document-open", TQt::CTRL + TQt::Key_C, TQT_TQOBJECT(this), TQT_SLOT(slotFileCompareFiles()), actionCollection(), "file_compare_files" ); new TDEAction( i18n("&Blend URL with Diff..."), "fileblend", TQt::CTRL + TQt::Key_B, |