diff options
Diffstat (limited to 'khotkeys/shared/actions.cpp')
| -rw-r--r-- | khotkeys/shared/actions.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/khotkeys/shared/actions.cpp b/khotkeys/shared/actions.cpp index f58c7e308..e37ef395f 100644 --- a/khotkeys/shared/actions.cpp +++ b/khotkeys/shared/actions.cpp @@ -391,7 +391,7 @@ void Keyboard_input_action::execute()  TQString Keyboard_input_action::description() const      {      TQString tmp = input(); -    tmp.tqreplace( '\n', ' ' ); +    tmp.replace( '\n', ' ' );      tmp.truncate( 30 );      return i18n( "Keyboard input : " ) + tmp;      } | 
