diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:16 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:16 -0500 |
commit | d06bb8b517afe956b59aed99122f80d3809498a0 (patch) | |
tree | 9a14247bc1749189777db14187c06d827f2edcfa /lib/widgets | |
parent | f9a9d3f59ec01bfc6ac037e801c0decece9596cc (diff) | |
download | tdevelop-d06bb8b517afe956b59aed99122f80d3809498a0.tar.gz tdevelop-d06bb8b517afe956b59aed99122f80d3809498a0.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'lib/widgets')
-rw-r--r-- | lib/widgets/kdevhtmlpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp index 76697cfa..8d5ebd7d 100644 --- a/lib/widgets/kdevhtmlpart.cpp +++ b/lib/widgets/kdevhtmlpart.cpp @@ -35,7 +35,7 @@ KDevHTMLPart::KDevHTMLPart() reloadAction = new TDEAction( i18n( "Reload" ), "reload", 0, this, TQT_SLOT( slotReload() ), actions, "doc_reload" ); reloadAction->setWhatsThis(i18n("<b>Reload</b><p>Reloads the current document.")); - stopAction = new TDEAction( i18n( "Stop" ), "stop", 0, + stopAction = new TDEAction( i18n( "Stop" ), "process-stop", 0, this, TQT_SLOT( slotStop() ), actions, "doc_stop" ); stopAction->setWhatsThis(i18n("<b>Stop</b><p>Stops the loading of current document.")); duplicateAction = new TDEAction( i18n( "Duplicate Tab" ), "window_new", 0, |