summaryrefslogtreecommitdiff
path: root/www/kdewebdev4/files/patch-quanta-quanta_init.c
blob: 527dd364fd0317d3fa36fd69c37b9260eb3f8760 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- quanta/quanta_init.orig	Wed Oct 16 21:04:59 2002
+++ quanta/quanta_init.cpp	Wed Oct 16 21:01:26 2002
@@ -1272,8 +1272,8 @@
 //       backAction = KStdAction::back   ( this, SLOT( slotBack() ),    actionCollection(), "w_back" );
 //    forwardAction = KStdAction::forward( this, SLOT( slotForward() ), actionCollection(), "w_forward" );

-    backAction = new KAction ( i18n("Back"), "back", ALT+Key_Left, this, SLOT( slotBack() ),    actionCollection(), "w_back" );
-    forwardAction = new KAction ( i18n("Forward"), "forward", ALT+Key_Right, this, SLOT( slotForward() ),    actionCollection(), "w_forward" );
+//    backAction = new KAction ( i18n("Back"), "back", ALT+Key_Left, this, SLOT( slotBack() ),    actionCollection(), "w_back" );
+//    forwardAction = new KAction ( i18n("Forward"), "forward", ALT+Key_Right, this, SLOT( slotForward() ),    actionCollection(), "w_forward" );

     (void) new KAction( i18n( "&Reload Preview" ), "reload",
                         KStdAccel::key(KStdAccel::Reload),