From 41d4f7f49b1289a5186248b60ac8d736e77cba99 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:52:39 -0600 Subject: Update Debian and Ubuntu packaging for latest GIT --- .../applications/kerry/debian/patches/kubuntu_05_shortkey.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ubuntu/lucid_automake/applications/kerry') diff --git a/ubuntu/lucid_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch b/ubuntu/lucid_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch index 6478949f6..7000016ed 100644 --- a/ubuntu/lucid_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch +++ b/ubuntu/lucid_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch @@ -5,9 +5,9 @@ diff -Nur kerry-0.2.1/kerry/src/kerryapp.cpp kerry-0.2.1.new/kerry/src/kerryapp. globalKeys = new KGlobalAccel(this); globalKeys->insert( "Program:kerry", i18n("Kerry Beagle Search") ); -- KShortcut showDialogShortcut = KShortcut(ALT+Key_Space); +- TDEShortcut showDialogShortcut = TDEShortcut(ALT+Key_Space); - showDialogShortcut.append( KKey( Key_F12 ) ); -+ KShortcut showDialogShortcut = KShortcut(CTRL+SHIFT+Key_Space); ++ TDEShortcut showDialogShortcut = TDEShortcut(CTRL+SHIFT+Key_Space); globalKeys->insert( "Show Kerry Dialog", i18n("Show Search Dialog"), QString::null, showDialogShortcut, showDialogShortcut, hitListWindow, SLOT(showSearchDialog()) ); globalKeys->insert( "Search Primary Selection with Kerry", i18n("Search Primary Selection"), QString::null, CTRL+ALT+Key_Space, CTRL+ALT+Key_Space, this, SLOT(searchPrimarySelection()) ); configChanged(); -- cgit v1.2.1