From 814bf5fc4f403c13b0d8274c7f13fbef183c5c84 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:42 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- khotkeys/kcontrol/keyboard_input_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khotkeys/kcontrol/keyboard_input_widget.h') diff --git a/khotkeys/kcontrol/keyboard_input_widget.h b/khotkeys/kcontrol/keyboard_input_widget.h index 32690f44e..1d1a141bd 100644 --- a/khotkeys/kcontrol/keyboard_input_widget.h +++ b/khotkeys/kcontrol/keyboard_input_widget.h @@ -22,7 +22,7 @@ class Action_data; class Keyboard_input_widget : public Keyboard_input_widget_ui { - Q_OBJECT + TQ_OBJECT public: Keyboard_input_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Keyboard_input_action* data_P ); -- cgit v1.2.1