From d1b7b2722a5b20b98fb88d5375f2464d87c7f3a1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 20:51:37 -0600 Subject: Fix tdebase and kerry FTBFS on Ubuntu --- .../applications/kerry/debian/patches/kubuntu_05_shortkey.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubuntu/maverick/applications/kerry/debian') diff --git a/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch b/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch index d7f3f3649..6881e817e 100644 --- a/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch +++ b/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch @@ -2,7 +2,7 @@ diff -Nur kerry-0.2.1/kerry/src/kerryapp.cpp kerry-0.2.1.new/kerry/src/kerryapp. --- kerry-0.2.1/kerry/src/kerryapp.cpp +++ kerry-0.2.1.new/kerry/src/kerryapp.cpp @@ -122,8 +122,7 @@ - globalKeys = new KGlobalAccel(TQT_TQOBJECT(this)); + globalKeys = new TDEGlobalAccel(TQT_TQOBJECT(this)); globalKeys->insert( "Program:kerry", i18n("Kerry Beagle Search") ); - KShortcut showDialogShortcut = KShortcut(ALT+Key_Space); -- cgit v1.2.3