From d504497c10d3cc9441a39245af1723e8c0ae556d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:48 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- example/example_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/example_view.cc') diff --git a/example/example_view.cc b/example/example_view.cc index e681bdb3..1a8e07e1 100644 --- a/example/example_view.cc +++ b/example/example_view.cc @@ -39,7 +39,7 @@ ExampleView::ExampleView( ExamplePart* part, TQWidget* parent, const char* name KStdAction::copy(this, TQT_SLOT( copy() ), actionCollection(), "copy" ); 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"); } -- cgit v1.2.1