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 e37ef395f..cb13893ca 100644 --- a/khotkeys/shared/actions.cpp +++ b/khotkeys/shared/actions.cpp @@ -385,7 +385,7 @@ void Keyboard_input_action::execute() if( key == "Enter" && KKey( key ).keyCodeQt() == 0 ) key = "Return"; keyboard_handler->send_macro_key( KKey( key ), w ); // the rest - XFlush( qt_xdisplay()); + XFlush( tqt_xdisplay()); } TQString Keyboard_input_action::description() const |