|
|
@ -158,7 +158,7 @@ KDirStatApp::initActions()
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( refreshSelected() ),
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( refreshSelected() ),
|
|
|
|
actionCollection(), "file_refresh_selected" );
|
|
|
|
actionCollection(), "file_refresh_selected" );
|
|
|
|
|
|
|
|
|
|
|
|
_fileContinueReadingAtMountPoint = new TDEAction( i18n( "Continue Reading at &Mount Point" ), "hdd_mount", 0,
|
|
|
|
_fileContinueReadingAtMountPoint = new TDEAction( i18n( "Continue Reading at &Mount Point" ), "drive-harddisk-mounted", 0,
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( refreshSelected() ), actionCollection(),
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( refreshSelected() ), actionCollection(),
|
|
|
|
"file_continue_reading_at_mount_point" );
|
|
|
|
"file_continue_reading_at_mount_point" );
|
|
|
|
|
|
|
|
|
|
|
|