|
|
@ -2656,7 +2656,7 @@ void KPrView::setupActions()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
actionExtraRotate = new TDEAction( i18n( "R&otate Objects..." ), "rotate_cw", 0,
|
|
|
|
actionExtraRotate = new TDEAction( i18n( "R&otate Objects..." ), "object-rotate-right", 0,
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( extraRotate() ),
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( extraRotate() ),
|
|
|
|
actionCollection(), "extra_rotate" );
|
|
|
|
actionCollection(), "extra_rotate" );
|
|
|
|
|
|
|
|
|
|
|
@ -3044,10 +3044,10 @@ void KPrView::setupActions()
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( configureCompletion() ),
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( configureCompletion() ),
|
|
|
|
actionCollection(), "configure_completion" );
|
|
|
|
actionCollection(), "configure_completion" );
|
|
|
|
|
|
|
|
|
|
|
|
actionZoomMinus = new TDEAction( i18n( "Zoom Out" ), "viewmag-",0,
|
|
|
|
actionZoomMinus = new TDEAction( i18n( "Zoom Out" ), "zoom-out",0,
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( zoomMinus() ),
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( zoomMinus() ),
|
|
|
|
actionCollection(), "zoom_minus" );
|
|
|
|
actionCollection(), "zoom_minus" );
|
|
|
|
actionZoomPlus = new TDEAction( i18n( "Zoom In" ), "viewmag+",0,
|
|
|
|
actionZoomPlus = new TDEAction( i18n( "Zoom In" ), "zoom-in",0,
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( zoomPlus() ),
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( zoomPlus() ),
|
|
|
|
actionCollection(), "zoom_plus" );
|
|
|
|
actionCollection(), "zoom_plus" );
|
|
|
|
actionZoomEntirePage = new TDEAction( i18n( "Zoom Entire Slide" ), 0,
|
|
|
|
actionZoomEntirePage = new TDEAction( i18n( "Zoom Entire Slide" ), 0,
|
|
|
@ -3057,7 +3057,7 @@ void KPrView::setupActions()
|
|
|
|
actionZoomMinus = new TDEAction( i18n( "Zoom Slide Width" ), 0,
|
|
|
|
actionZoomMinus = new TDEAction( i18n( "Zoom Slide Width" ), 0,
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( zoomPageWidth() ),
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( zoomPageWidth() ),
|
|
|
|
actionCollection(), "zoom_page_width" );
|
|
|
|
actionCollection(), "zoom_page_width" );
|
|
|
|
actionZoomSelectedObject= new TDEAction( i18n( "Zoom Selected Objects" ), "viewmagfit",0,
|
|
|
|
actionZoomSelectedObject= new TDEAction( i18n( "Zoom Selected Objects" ), "zoom-fit-best",0,
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( zoomSelectedObject() ),
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( zoomSelectedObject() ),
|
|
|
|
actionCollection(), "zoom_selected_object" );
|
|
|
|
actionCollection(), "zoom_selected_object" );
|
|
|
|
actionZoomPageHeight= new TDEAction( i18n( "Zoom Slide Height" ), 0,
|
|
|
|
actionZoomPageHeight= new TDEAction( i18n( "Zoom Slide Height" ), 0,
|
|
|
|