diff options
Diffstat (limited to 'www/quanta/files')
-rw-r--r-- | www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c | 6 | ||||
-rw-r--r-- | www/quanta/files/patch-quanta-quanta_init.c | 13 |
2 files changed, 0 insertions, 19 deletions
diff --git a/www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c b/www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c deleted file mode 100644 index d9b8c36..0000000 --- a/www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c +++ /dev/null @@ -1,6 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/dbg_core.c Sat Apr 21 09:48:32 2001 -+++ quanta/plugins/php4dbg/dbgbase/dbg_core.c Fri Sep 27 14:12:29 2002 -@@ -15,3 +15,2 @@ - #include <string.h> --#include <malloc.h> - #include <stdlib.h> diff --git a/www/quanta/files/patch-quanta-quanta_init.c b/www/quanta/files/patch-quanta-quanta_init.c deleted file mode 100644 index 527dd36..0000000 --- a/www/quanta/files/patch-quanta-quanta_init.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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), |