From fcd114f480ade56a946278ecb7acbcbc8686a8c6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 21 Mar 2012 16:39:07 -0500 Subject: Fix references of K Menu -> TDE Menu. --- khotkeys/kcontrol/menuedit.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'khotkeys/kcontrol/menuedit.h') diff --git a/khotkeys/kcontrol/menuedit.h b/khotkeys/kcontrol/menuedit.h index ce85c98b4..56a870797 100644 --- a/khotkeys/kcontrol/menuedit.h +++ b/khotkeys/kcontrol/menuedit.h @@ -1,11 +1,11 @@ /**************************************************************************** KHotKeys - + Copyright (C) 1999-2001 Lubos Lunak Distributed under the terms of the GNU General Public License version 2. - + ****************************************************************************/ #ifndef _MENUEDIT_H_ @@ -31,10 +31,10 @@ KDE_EXPORT TQString khotkeys_get_menu_entry_shortcut( const TQString& entry_P ); // changes assigned shortcut to menu entry a updates config file KDE_EXPORT TQString khotkeys_change_menu_entry_shortcut( const TQString& entry_P, const TQString& shortcut_P ); -// menu entry was moved in K Menu +// menu entry was moved in TDE Menu KDE_EXPORT bool khotkeys_menu_entry_moved( const TQString& new_P, const TQString& old_P ); // menu entry was removed -KDE_EXPORT void khotkeys_menu_entry_deleted( const TQString& entry_P ); +KDE_EXPORT void khotkeys_menu_entry_deleted( const TQString& entry_P ); // List of all hotkeys in use KDE_EXPORT TQStringList khotkeys_get_all_shortcuts( ); // Find menu entry that uses shortcut -- cgit v1.2.1