diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:52:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:52:39 -0600 |
commit | 41d4f7f49b1289a5186248b60ac8d736e77cba99 (patch) | |
tree | 2d925647007f614e357760eeecad37dfb217d27d /ubuntu/maverick/applications/kerry | |
parent | ba0d4cc6a555d17bed0010bfbe8ea99349db48eb (diff) | |
download | tde-packaging-41d4f7f49b1289a5186248b60ac8d736e77cba99.tar.gz tde-packaging-41d4f7f49b1289a5186248b60ac8d736e77cba99.zip |
Update Debian and Ubuntu packaging for latest GIT
Diffstat (limited to 'ubuntu/maverick/applications/kerry')
-rw-r--r-- | ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch | 4 |
1 files changed, 2 insertions, 2 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 6881e817e..c4a705c68 100644 --- a/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch +++ b/ubuntu/maverick/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 TDEGlobalAccel(TQT_TQOBJECT(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"), 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(); |