diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:57 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:57 -0500 |
commit | 50e3d450c5b66e77578534f80c4e604b36c56c4d (patch) | |
tree | 937354fcd9c3c346d4c63c7edad16cf43090ccf9 /kfax | |
parent | ffd6b5f8426c6f4d5ded673221f6799598d36a34 (diff) | |
download | tdegraphics-50e3d450c5b66e77578534f80c4e604b36c56c4d.tar.gz tdegraphics-50e3d450c5b66e77578534f80c4e604b36c56c4d.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 'kfax')
-rw-r--r-- | kfax/kfax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp index 1d4b4b40..819c81af 100644 --- a/kfax/kfax.cpp +++ b/kfax/kfax.cpp @@ -244,7 +244,7 @@ void TopLevel::setupMenuBar() actionCollection() ); actPrint = KStdAction::print( TQT_TQOBJECT(this), TQT_SLOT( print() ), actionCollection() ); KStdAction::quit( TQT_TQOBJECT(this), TQT_SLOT( close() ), actionCollection() ); - actAdd = new TDEAction( i18n( "A&dd..." ), "filenew", TDEShortcut(), TQT_TQOBJECT(this), + actAdd = new TDEAction( i18n( "A&dd..." ), "document-new", TDEShortcut(), TQT_TQOBJECT(this), TQT_SLOT( faxAdd() ), actionCollection(), "file_add_fax" ); actRecent->setMaxItems( 5 ); |