diff options
Diffstat (limited to 'kpresenter/KPrView.cpp')
| -rw-r--r-- | kpresenter/KPrView.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp index c8c9ba896..d975acc5d 100644 --- a/kpresenter/KPrView.cpp +++ b/kpresenter/KPrView.cpp @@ -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() ), actionCollection(), "extra_rotate" ); @@ -3044,10 +3044,10 @@ void KPrView::setupActions() TQT_TQOBJECT(this), TQT_SLOT( configureCompletion() ), 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() ), 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() ), actionCollection(), "zoom_plus" ); actionZoomEntirePage = new TDEAction( i18n( "Zoom Entire Slide" ), 0, @@ -3057,7 +3057,7 @@ void KPrView::setupActions() actionZoomMinus = new TDEAction( i18n( "Zoom Slide Width" ), 0, TQT_TQOBJECT(this), TQT_SLOT( zoomPageWidth() ), 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() ), actionCollection(), "zoom_selected_object" ); actionZoomPageHeight= new TDEAction( i18n( "Zoom Slide Height" ), 0, |
