diff options
Diffstat (limited to 'ubuntu/precise/applications')
4 files changed, 10 insertions, 10 deletions
diff --git a/ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch b/ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch index 6881e817e..c4a705c68 100644 --- a/ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch +++ b/ubuntu/precise/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(); diff --git a/ubuntu/precise/applications/kradio/debian/control b/ubuntu/precise/applications/kradio/debian/control index 3631e61e3..35e42b8ae 100644 --- a/ubuntu/precise/applications/kradio/debian/control +++ b/ubuntu/precise/applications/kradio/debian/control @@ -12,10 +12,10 @@ Depends: ${shlibs:Depends} Replaces: kradio-trinity (<< 4:14.0.0) Breaks: kradio-trinity (<< 4:14.0.0) Description: Comfortable Radio Application for KDE [Trinity] - KRadio is a comfortable radio application for KDE 3.x with support for + TDERadio is a comfortable radio application for KDE 3.x with support for V4L and V4L2 radio cards drivers. . - KRadio currently provides + TDERadio currently provides . * V4L/V4L2 radio support * Remote control support (LIRC) @@ -26,8 +26,8 @@ Description: Comfortable Radio Application for KDE [Trinity] * Extendable plugin architecture . This package also includes a growing collection of station preset - files for many cities around the world contributed by KRadio users. + files for many cities around the world contributed by TDERadio users. . - As KRadio is based on an extendable plugin architecture, contributions + As TDERadio is based on an extendable plugin architecture, contributions of new plugins (e.g. Internet Radio Streams, new cool GUIs) are welcome. . diff --git a/ubuntu/precise/applications/kradio/debian/kradio.1 b/ubuntu/precise/applications/kradio/debian/kradio.1 index 3b715d05d..47fdb40d7 100644 --- a/ubuntu/precise/applications/kradio/debian/kradio.1 +++ b/ubuntu/precise/applications/kradio/debian/kradio.1 @@ -1,12 +1,12 @@ .\" This file was generated by kdemangen.pl -.TH KRADIO 1 "Dec 2005" "K Desktop Environment" "KRadio" +.TH KRADIO 1 "Dec 2005" "K Desktop Environment" "TDERadio" .SH NAME kradio -\- KRadio +\- TDERadio .SH SYNOPSIS kradio [Qt\-options] [KDE\-options] .SH DESCRIPTION -KRadio +TDERadio .SH OPTIONS .SS Generic options: .TP diff --git a/ubuntu/precise/applications/kradio/debian/menu b/ubuntu/precise/applications/kradio/debian/menu index 773521bdb..aef47274f 100644 --- a/ubuntu/precise/applications/kradio/debian/menu +++ b/ubuntu/precise/applications/kradio/debian/menu @@ -1,7 +1,7 @@ ?package(kradio):needs="X11" \ section="Applications/TV and Radio" \ hints="TDE" \ - title="KRadio" \ + title="TDERadio" \ longtitle="K-Radio Application" \ command="/opt/trinity/bin/kradio" \ icon="/opt/trinity/share/pixmaps/kradio.xpm" |