diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:56 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:56 -0500 |
commit | ab197a37e3e362ae3980f5bdd9840b0e4703e370 (patch) | |
tree | 8778c43175b2f6e2b593ef0edf3f9e5c8518e678 /tdeprint/tdeprintfax/tdeprintfax.cpp | |
parent | a19ce6ad349c047b7feb2ad49c5a066d7dd2c745 (diff) | |
download | tdebase-ab197a37e3e362ae3980f5bdd9840b0e4703e370.tar.gz tdebase-ab197a37e3e362ae3980f5bdd9840b0e4703e370.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 'tdeprint/tdeprintfax/tdeprintfax.cpp')
-rw-r--r-- | tdeprint/tdeprintfax/tdeprintfax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/tdeprintfax/tdeprintfax.cpp b/tdeprint/tdeprintfax/tdeprintfax.cpp index 794ca51e4..2927d4e88 100644 --- a/tdeprint/tdeprintfax/tdeprintfax.cpp +++ b/tdeprint/tdeprintfax/tdeprintfax.cpp @@ -188,7 +188,7 @@ KdeprintFax::~KdeprintFax() void KdeprintFax::initActions() { - new TDEAction(i18n("&Add File..."), "filenew", Qt::Key_Insert, TQT_TQOBJECT(this), TQT_SLOT(slotAdd()), actionCollection(), "file_add"); + new TDEAction(i18n("&Add File..."), "document-new", Qt::Key_Insert, TQT_TQOBJECT(this), TQT_SLOT(slotAdd()), actionCollection(), "file_add"); new TDEAction(i18n("&Remove File"), "remove", Qt::Key_Delete, TQT_TQOBJECT(this), TQT_SLOT(slotRemove()), actionCollection(), "file_remove"); new TDEAction(i18n("&Send Fax"), "connect_established", Qt::Key_Return, TQT_TQOBJECT(this), TQT_SLOT(slotFax()), actionCollection(), "fax_send"); new TDEAction(i18n("A&bort"), "process-stop", Qt::Key_Escape, TQT_TQOBJECT(this), TQT_SLOT(slotAbort()), actionCollection(), "fax_stop"); |