|
|
|
@ -163,7 +163,7 @@ void Smb4KNetworkBrowserPart::setupActions()
|
|
|
|
|
TDEAction *preview = new TDEAction( i18n( "Pre&view" ), "view_icon", TDEShortcut( CTRL+Key_V ),
|
|
|
|
|
this, TQT_SLOT( slotPreview() ),
|
|
|
|
|
actionCollection(), "preview_action" );
|
|
|
|
|
TDEAction *print = new TDEAction( i18n( "&Print File" ), "printer1", TDEShortcut( CTRL+Key_P ),
|
|
|
|
|
TDEAction *print = new TDEAction( i18n( "&Print File" ), "printer", TDEShortcut( CTRL+Key_P ),
|
|
|
|
|
this, TQT_SLOT( slotPrint() ),
|
|
|
|
|
actionCollection(), "print_action" );
|
|
|
|
|
TDEAction *mount = new TDEAction( i18n( "&Mount" ), "drive-harddisk-mounted", TDEShortcut( CTRL+Key_M ),
|
|
|
|
|