diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:59 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:59 -0500 |
commit | fd06cd80d2fb44f970b3d7b026f9eb3c330a46cf (patch) | |
tree | 2bd2b0a11d76b5c2ff5f19b680dd98022d74d284 /languages/cpp/app_templates/kofficepart | |
parent | 5881f8d059e23069bd634bbdcff2df82724f9fd4 (diff) | |
download | tdevelop-fd06cd80d2fb44f970b3d7b026f9eb3c330a46cf.tar.gz tdevelop-fd06cd80d2fb44f970b3d7b026f9eb3c330a46cf.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 'languages/cpp/app_templates/kofficepart')
-rw-r--r-- | languages/cpp/app_templates/kofficepart/kopart_view.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/kofficepart/kopart_view.cpp b/languages/cpp/app_templates/kofficepart/kopart_view.cpp index 6e2c943c..601413ef 100644 --- a/languages/cpp/app_templates/kofficepart/kopart_view.cpp +++ b/languages/cpp/app_templates/kofficepart/kopart_view.cpp @@ -20,7 +20,7 @@ setXMLFile( "%{APPNAMELC}.rc" ); KStdAction::cut(this, TQT_SLOT( cut() ), actionCollection(), "cut" ); // Note: Prefer KStdAction::* to any custom action if possible. - //m_cut = new TDEAction( i18n("&Cut"), "editcut", 0, this, TQT_SLOT( cut() ), + //m_cut = new TDEAction( i18n("&Cut"), "edit-cut", 0, this, TQT_SLOT( cut() ), // actionCollection(), "cut"); } |