summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-20 01:17:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-20 01:17:58 -0500
commitecb34e8dd2bad1e72eba5a63e8e2154eabb05e29 (patch)
tree6dd900f23d2878812523161a4a1665f0efb1406e /ubuntu/maverick
parent6848d2bd98a338151ca1fb48370358085d0c8997 (diff)
downloadtde-packaging-ecb34e8dd2bad1e72eba5a63e8e2154eabb05e29.tar.gz
tde-packaging-ecb34e8dd2bad1e72eba5a63e8e2154eabb05e29.zip
Fix kerry FTBFS under Ubuntu
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r--ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch12
1 files changed, 6 insertions, 6 deletions
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 6478949f6..d7f3f3649 100644
--- a/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
+++ b/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
@@ -1,13 +1,13 @@
diff -Nur kerry-0.2.1/kerry/src/kerryapp.cpp kerry-0.2.1.new/kerry/src/kerryapp.cpp
---- kerry-0.2.1/kerry/src/kerryapp.cpp 2006-12-04 14:35:38.000000000 +0100
-+++ kerry-0.2.1.new/kerry/src/kerryapp.cpp 2006-12-05 18:30:44.000000000 +0100
+--- kerry-0.2.1/kerry/src/kerryapp.cpp
++++ kerry-0.2.1.new/kerry/src/kerryapp.cpp
@@ -122,8 +122,7 @@
- globalKeys = new KGlobalAccel(this);
+ globalKeys = new KGlobalAccel(TQT_TQOBJECT(this));
globalKeys->insert( "Program:kerry", i18n("Kerry Beagle Search") );
-
+
- KShortcut showDialogShortcut = KShortcut(ALT+Key_Space);
- showDialogShortcut.append( KKey( Key_F12 ) );
+ KShortcut showDialogShortcut = KShortcut(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()) );
+ globalKeys->insert( "Show Kerry Dialog", i18n("Show Search Dialog"), TQString(), showDialogShortcut, showDialogShortcut, TQT_TQOBJECT(hitListWindow), TQT_SLOT(showSearchDialog()) );
+ globalKeys->insert( "Search Primary Selection with Kerry", i18n("Search Primary Selection"), TQString(), CTRL+ALT+Key_Space, CTRL+ALT+Key_Space, TQT_TQOBJECT(this), TQT_SLOT(searchPrimarySelection()) );
configChanged();