diff options
Diffstat (limited to 'ubuntu/lucid_automake/applications')
4 files changed, 10 insertions, 10 deletions
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(); diff --git a/ubuntu/lucid_automake/applications/kradio/debian/control b/ubuntu/lucid_automake/applications/kradio/debian/control index 2a173789f..4403795d0 100644 --- a/ubuntu/lucid_automake/applications/kradio/debian/control +++ b/ubuntu/lucid_automake/applications/kradio/debian/control @@ -10,10 +10,10 @@ Package: kradio-kde3 Architecture: any Depends: ${shlibs:Depends} Description: Comfortable Radio Application for KDE [KDE3] - 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) @@ -24,8 +24,8 @@ Description: Comfortable Radio Application for KDE [KDE3] * 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/lucid_automake/applications/kradio/debian/kradio.1 b/ubuntu/lucid_automake/applications/kradio/debian/kradio.1 index 3b715d05d..47fdb40d7 100644 --- a/ubuntu/lucid_automake/applications/kradio/debian/kradio.1 +++ b/ubuntu/lucid_automake/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/lucid_automake/applications/kradio/debian/menu b/ubuntu/lucid_automake/applications/kradio/debian/menu index ed206dd11..bae72be5f 100644 --- a/ubuntu/lucid_automake/applications/kradio/debian/menu +++ b/ubuntu/lucid_automake/applications/kradio/debian/menu @@ -1,7 +1,7 @@ ?package(kradio):needs="X11" \ section="Applications/TV and Radio" \ hints="KDE" \ - title="KRadio" \ + title="TDERadio" \ longtitle="K-Radio Application" \ command="/opt/kde3/bin/kradio" \ icon="/opt/kde3/share/pixmaps/kradio.xpm" |