diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:42 +0900 |
commit | 814bf5fc4f403c13b0d8274c7f13fbef183c5c84 (patch) | |
tree | 96dc8b35683388ab4d17734791984f05d2e82621 /khotkeys | |
parent | 873f0a21c92bc7b737cade48526afddc219aacc3 (diff) | |
download | tdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.tar.gz tdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khotkeys')
40 files changed, 60 insertions, 60 deletions
diff --git a/khotkeys/app/app.h b/khotkeys/app/app.h index e23edfcb1..e0b3566ab 100644 --- a/khotkeys/app/app.h +++ b/khotkeys/app/app.h @@ -21,7 +21,7 @@ class Action_data_group; class KHotKeysApp : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT K_DCOP k_dcop: ASYNC reread_configuration(); diff --git a/khotkeys/app/kded.h b/khotkeys/app/kded.h index c0a1526ee..b2740a3a1 100644 --- a/khotkeys/app/kded.h +++ b/khotkeys/app/kded.h @@ -22,7 +22,7 @@ class Action_data_group; class KHotKeysModule : public KDEDModule { - Q_OBJECT + TQ_OBJECT K_DCOP k_dcop: ASYNC reread_configuration(); diff --git a/khotkeys/arts/soundrecorder_arts.h b/khotkeys/arts/soundrecorder_arts.h index 72e901832..7e279f9ee 100644 --- a/khotkeys/arts/soundrecorder_arts.h +++ b/khotkeys/arts/soundrecorder_arts.h @@ -38,7 +38,7 @@ namespace KHotKeys */ class SoundRecorderArts : public SoundRecorder { -Q_OBJECT +TQ_OBJECT public: SoundRecorderArts(TQObject *parent = 0, const char *name = 0); virtual ~SoundRecorderArts(); diff --git a/khotkeys/kcontrol/action_group_tab.h b/khotkeys/kcontrol/action_group_tab.h index 970f16379..5b1435346 100644 --- a/khotkeys/kcontrol/action_group_tab.h +++ b/khotkeys/kcontrol/action_group_tab.h @@ -23,7 +23,7 @@ class Windowdef_list; class Action_group_tab : public Action_group_tab_ui { - Q_OBJECT + TQ_OBJECT public: Action_group_tab( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Action_data_group* data_P ); diff --git a/khotkeys/kcontrol/action_list_widget.h b/khotkeys/kcontrol/action_list_widget.h index 91bee9417..eb3ca7995 100644 --- a/khotkeys/kcontrol/action_list_widget.h +++ b/khotkeys/kcontrol/action_list_widget.h @@ -35,7 +35,7 @@ class Action_list_item; class Action_list_widget : public Action_list_widget_ui { - Q_OBJECT + TQ_OBJECT public: Action_list_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); virtual ~Action_list_widget(); @@ -89,7 +89,7 @@ class Action_dialog class Command_url_action_dialog : public KDialogBase, public Action_dialog { - Q_OBJECT + TQ_OBJECT public: Command_url_action_dialog( Command_url_action* action_P ); virtual Action* edit_action(); @@ -102,7 +102,7 @@ class Command_url_action_dialog class Menuentry_action_dialog : public KDialogBase, public Action_dialog { - Q_OBJECT + TQ_OBJECT public: Menuentry_action_dialog( Menuentry_action* action_P ); virtual Action* edit_action(); @@ -115,7 +115,7 @@ class Menuentry_action_dialog class Dcop_action_dialog : public KDialogBase, public Action_dialog { - Q_OBJECT + TQ_OBJECT public: Dcop_action_dialog( Dcop_action* action_P ); virtual Action* edit_action(); @@ -128,7 +128,7 @@ class Dcop_action_dialog class Keyboard_input_action_dialog : public KDialogBase, public Action_dialog { - Q_OBJECT + TQ_OBJECT public: Keyboard_input_action_dialog( Keyboard_input_action* action_P ); virtual Action* edit_action(); @@ -141,7 +141,7 @@ class Keyboard_input_action_dialog class Activate_window_action_dialog : public KDialogBase, public Action_dialog { - Q_OBJECT + TQ_OBJECT public: Activate_window_action_dialog( Activate_window_action* action_P ); virtual Action* edit_action(); @@ -154,7 +154,7 @@ class Activate_window_action_dialog class Waiting_action_dialog : public KDialogBase, public Action_dialog { - Q_OBJECT + TQ_OBJECT public: Waiting_action_dialog( Waiting_action* action_P ); virtual Action* edit_action(); diff --git a/khotkeys/kcontrol/actions_listview_widget.h b/khotkeys/kcontrol/actions_listview_widget.h index e380791ee..cfad501f5 100644 --- a/khotkeys/kcontrol/actions_listview_widget.h +++ b/khotkeys/kcontrol/actions_listview_widget.h @@ -28,7 +28,7 @@ class Action_data_base; class Actions_listview_widget : public Actions_listview_widget_ui { - Q_OBJECT + TQ_OBJECT public: Actions_listview_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); Action_listview_item* current_action() const; @@ -56,7 +56,7 @@ class Actions_listview_widget class Actions_listview : public KHListView { - Q_OBJECT + TQ_OBJECT public: Actions_listview( TQWidget* parent_P = NULL, const char* name_P = NULL ); Actions_listview_widget* widget(); diff --git a/khotkeys/kcontrol/command_url_widget.h b/khotkeys/kcontrol/command_url_widget.h index af9a9dc2a..3465bfa96 100644 --- a/khotkeys/kcontrol/command_url_widget.h +++ b/khotkeys/kcontrol/command_url_widget.h @@ -22,7 +22,7 @@ class Action_data; class Command_url_widget : public Command_url_widget_ui { - Q_OBJECT + TQ_OBJECT public: Command_url_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Command_url_action* data_P ); diff --git a/khotkeys/kcontrol/condition_list_widget.h b/khotkeys/kcontrol/condition_list_widget.h index 04c9d3deb..35f401205 100644 --- a/khotkeys/kcontrol/condition_list_widget.h +++ b/khotkeys/kcontrol/condition_list_widget.h @@ -30,7 +30,7 @@ class Condition_list_item; class Condition_list_widget : public Condition_list_widget_ui { - Q_OBJECT + TQ_OBJECT public: Condition_list_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); virtual ~Condition_list_widget(); @@ -87,7 +87,7 @@ class Condition_dialog class Active_window_condition_dialog : public KDialogBase, public Condition_dialog { - Q_OBJECT + TQ_OBJECT public: Active_window_condition_dialog( Active_window_condition* condition_P ); virtual Condition* edit_condition(); @@ -100,7 +100,7 @@ class Active_window_condition_dialog class Existing_window_condition_dialog : public KDialogBase, public Condition_dialog { - Q_OBJECT + TQ_OBJECT public: Existing_window_condition_dialog( Existing_window_condition* condition_P ); virtual Condition* edit_condition(); diff --git a/khotkeys/kcontrol/dcop_widget.h b/khotkeys/kcontrol/dcop_widget.h index 43523f00d..a7b6f1bca 100644 --- a/khotkeys/kcontrol/dcop_widget.h +++ b/khotkeys/kcontrol/dcop_widget.h @@ -22,7 +22,7 @@ class Action_data; class Dcop_widget : public Dcop_widget_ui { - Q_OBJECT + TQ_OBJECT public: Dcop_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Dcop_action* data_P ); diff --git a/khotkeys/kcontrol/general_settings_tab.h b/khotkeys/kcontrol/general_settings_tab.h index 8bcd5cd21..ba76bf68e 100644 --- a/khotkeys/kcontrol/general_settings_tab.h +++ b/khotkeys/kcontrol/general_settings_tab.h @@ -19,7 +19,7 @@ namespace KHotKeys class General_settings_tab : public General_settings_tab_ui { - Q_OBJECT + TQ_OBJECT public: General_settings_tab( TQWidget* parent = NULL, const char* name = NULL ); void read_data(); diff --git a/khotkeys/kcontrol/general_tab.h b/khotkeys/kcontrol/general_tab.h index 58f670a68..bd738f6a1 100644 --- a/khotkeys/kcontrol/general_tab.h +++ b/khotkeys/kcontrol/general_tab.h @@ -25,7 +25,7 @@ class Action_list; class General_tab : public General_tab_ui { - Q_OBJECT + TQ_OBJECT public: General_tab( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Action_data* data_P ); diff --git a/khotkeys/kcontrol/gesture_triggers_tab.h b/khotkeys/kcontrol/gesture_triggers_tab.h index c11787d03..95bdebe94 100644 --- a/khotkeys/kcontrol/gesture_triggers_tab.h +++ b/khotkeys/kcontrol/gesture_triggers_tab.h @@ -26,7 +26,7 @@ class Action_data; class Gesture_triggers_tab : public Gesture_triggers_tab_ui { - Q_OBJECT + TQ_OBJECT public: Gesture_triggers_tab( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Trigger_list* triggers_P ); @@ -46,7 +46,7 @@ class GestureRecordPage; class Gesture_edit_dialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: Gesture_edit_dialog( const TQString& gesture_P ); TQString edit_gesture(); diff --git a/khotkeys/kcontrol/gesturedrawer.h b/khotkeys/kcontrol/gesturedrawer.h index ee3af6809..c3476348e 100644 --- a/khotkeys/kcontrol/gesturedrawer.h +++ b/khotkeys/kcontrol/gesturedrawer.h @@ -24,7 +24,7 @@ namespace KHotKeys class GestureDrawer : public TQFrame { - Q_OBJECT + TQ_OBJECT public: GestureDrawer(TQWidget *parent, const char *name); ~GestureDrawer(); diff --git a/khotkeys/kcontrol/gesturerecorder.h b/khotkeys/kcontrol/gesturerecorder.h index e42de2c0e..07e5f88a4 100644 --- a/khotkeys/kcontrol/gesturerecorder.h +++ b/khotkeys/kcontrol/gesturerecorder.h @@ -24,7 +24,7 @@ namespace KHotKeys class GestureRecorder : public TQFrame { - Q_OBJECT + TQ_OBJECT public: GestureRecorder(TQWidget *parent, const char *name); diff --git a/khotkeys/kcontrol/gesturerecordpage.h b/khotkeys/kcontrol/gesturerecordpage.h index 306710c0e..5b498577c 100644 --- a/khotkeys/kcontrol/gesturerecordpage.h +++ b/khotkeys/kcontrol/gesturerecordpage.h @@ -28,7 +28,7 @@ class GestureRecorder; class GestureRecordPage : public TQVBox { - Q_OBJECT + TQ_OBJECT public: GestureRecordPage(const TQString &gesture, diff --git a/khotkeys/kcontrol/gestures_settings_tab.h b/khotkeys/kcontrol/gestures_settings_tab.h index 813209439..bf4b2611b 100644 --- a/khotkeys/kcontrol/gestures_settings_tab.h +++ b/khotkeys/kcontrol/gestures_settings_tab.h @@ -19,7 +19,7 @@ namespace KHotKeys class Gestures_settings_tab : public Gestures_settings_tab_ui { - Q_OBJECT + TQ_OBJECT public: Gestures_settings_tab( TQWidget* parent = NULL, const char* name = NULL ); void read_data(); diff --git a/khotkeys/kcontrol/info_tab.h b/khotkeys/kcontrol/info_tab.h index 32212ae98..451f58514 100644 --- a/khotkeys/kcontrol/info_tab.h +++ b/khotkeys/kcontrol/info_tab.h @@ -19,7 +19,7 @@ namespace KHotKeys class Info_tab : public Info_tab_ui { - Q_OBJECT + TQ_OBJECT public: Info_tab( TQWidget* parent_P = NULL, const char* name_P = NULL ); public slots: diff --git a/khotkeys/kcontrol/kcmkhotkeys.h b/khotkeys/kcontrol/kcmkhotkeys.h index 2fffc2b16..7d1876d8d 100644 --- a/khotkeys/kcontrol/kcmkhotkeys.h +++ b/khotkeys/kcontrol/kcmkhotkeys.h @@ -30,7 +30,7 @@ class Main_buttons_widget; class Module : public TDECModule { - Q_OBJECT + TQ_OBJECT public: Module( TQWidget *parent_P, const char *name_P ); virtual ~Module(); 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 ); diff --git a/khotkeys/kcontrol/main_buttons_widget.h b/khotkeys/kcontrol/main_buttons_widget.h index e4410d9d0..ce08570bf 100644 --- a/khotkeys/kcontrol/main_buttons_widget.h +++ b/khotkeys/kcontrol/main_buttons_widget.h @@ -19,7 +19,7 @@ namespace KHotKeys class Main_buttons_widget : public Main_buttons_widget_ui { - Q_OBJECT + TQ_OBJECT public: Main_buttons_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); void enable_delete( bool enable_P ); diff --git a/khotkeys/kcontrol/menuentry_widget.h b/khotkeys/kcontrol/menuentry_widget.h index f4b61677d..c9cc8e36c 100644 --- a/khotkeys/kcontrol/menuentry_widget.h +++ b/khotkeys/kcontrol/menuentry_widget.h @@ -22,7 +22,7 @@ class Action_data; class Menuentry_widget : public Menuentry_widget_ui { - Q_OBJECT + TQ_OBJECT public: Menuentry_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Menuentry_action* data_P ); diff --git a/khotkeys/kcontrol/tab_widget.h b/khotkeys/kcontrol/tab_widget.h index 81fb9e4ad..1439864f1 100644 --- a/khotkeys/kcontrol/tab_widget.h +++ b/khotkeys/kcontrol/tab_widget.h @@ -21,7 +21,7 @@ namespace KHotKeys class Tab_widget : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: enum action_type_t { diff --git a/khotkeys/kcontrol/triggers_tab.h b/khotkeys/kcontrol/triggers_tab.h index c4d6160fe..dc99bda5c 100644 --- a/khotkeys/kcontrol/triggers_tab.h +++ b/khotkeys/kcontrol/triggers_tab.h @@ -35,7 +35,7 @@ class KHotKeysShortcutList; class Triggers_tab : public Triggers_tab_ui { - Q_OBJECT + TQ_OBJECT public: Triggers_tab( TQWidget* parent_P = NULL, const char* name_P = NULL ); virtual ~Triggers_tab(); @@ -82,7 +82,7 @@ class Trigger_dialog class Shortcut_trigger_widget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: Shortcut_trigger_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Shortcut_trigger* trigger_P ); @@ -100,7 +100,7 @@ typedef Shortcut_trigger_widget Shortcut_trigger_tab; class Shortcut_trigger_dialog : public KDialogBase, public Trigger_dialog { - Q_OBJECT + TQ_OBJECT public: Shortcut_trigger_dialog( Shortcut_trigger* trigger_P ); virtual Trigger* edit_trigger(); @@ -113,7 +113,7 @@ class Shortcut_trigger_dialog class Window_trigger_dialog : public KDialogBase, public Trigger_dialog { - Q_OBJECT + TQ_OBJECT public: Window_trigger_dialog( Window_trigger* trigger_P ); virtual Trigger* edit_trigger(); @@ -128,7 +128,7 @@ class GestureRecordPage; class Gesture_trigger_dialog : public KDialogBase, public Trigger_dialog { - Q_OBJECT + TQ_OBJECT public: Gesture_trigger_dialog( Gesture_trigger* trigger_P ); virtual Trigger* edit_trigger(); @@ -144,7 +144,7 @@ class VoiceRecordPage; class Voice_trigger_dialog : public KDialogBase, public Trigger_dialog { - Q_OBJECT + TQ_OBJECT public: Voice_trigger_dialog( Voice_trigger* trigger_P ); virtual Trigger* edit_trigger(); diff --git a/khotkeys/kcontrol/voice_settings_tab.h b/khotkeys/kcontrol/voice_settings_tab.h index c59a911a2..57b5905c5 100644 --- a/khotkeys/kcontrol/voice_settings_tab.h +++ b/khotkeys/kcontrol/voice_settings_tab.h @@ -21,7 +21,7 @@ namespace KHotKeys class Voice_settings_tab : public Voice_settings_tab_ui { - Q_OBJECT + TQ_OBJECT public: Voice_settings_tab( TQWidget* parent = NULL, const char* name = NULL ); void read_data(); diff --git a/khotkeys/kcontrol/voicerecorder.h b/khotkeys/kcontrol/voicerecorder.h index 30d03acdc..6edb20f37 100644 --- a/khotkeys/kcontrol/voicerecorder.h +++ b/khotkeys/kcontrol/voicerecorder.h @@ -30,7 +30,7 @@ namespace KHotKeys class VoiceRecorder : public Voice_input_widget_ui { - Q_OBJECT + TQ_OBJECT public: VoiceRecorder(const Sound& sound_P, const TQString &voiceId, TQWidget *parent, const char *name); diff --git a/khotkeys/kcontrol/voicerecordpage.h b/khotkeys/kcontrol/voicerecordpage.h index 9cb934b61..970ccf83b 100644 --- a/khotkeys/kcontrol/voicerecordpage.h +++ b/khotkeys/kcontrol/voicerecordpage.h @@ -31,7 +31,7 @@ class VoiceSignature; class VoiceRecordPage : public TQVBox { - Q_OBJECT + TQ_OBJECT public: VoiceRecordPage(const TQString &voiceip_P, TQWidget *parent, const char *name); diff --git a/khotkeys/kcontrol/waiting_widget.h b/khotkeys/kcontrol/waiting_widget.h index 520e7742e..a339e2b98 100644 --- a/khotkeys/kcontrol/waiting_widget.h +++ b/khotkeys/kcontrol/waiting_widget.h @@ -22,7 +22,7 @@ class Action_data; class Waiting_widget : public Waiting_widget_ui { - Q_OBJECT + TQ_OBJECT public: Waiting_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Waiting_action* data_P ); diff --git a/khotkeys/kcontrol/window_trigger_widget.h b/khotkeys/kcontrol/window_trigger_widget.h index c012a0bca..60efdf317 100644 --- a/khotkeys/kcontrol/window_trigger_widget.h +++ b/khotkeys/kcontrol/window_trigger_widget.h @@ -22,7 +22,7 @@ class Action_data; class Window_trigger_widget : public Window_trigger_widget_ui { - Q_OBJECT + TQ_OBJECT public: Window_trigger_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Window_trigger* trigger_P ); diff --git a/khotkeys/kcontrol/windowdef_list_widget.h b/khotkeys/kcontrol/windowdef_list_widget.h index 6e923c902..972bbdb05 100644 --- a/khotkeys/kcontrol/windowdef_list_widget.h +++ b/khotkeys/kcontrol/windowdef_list_widget.h @@ -30,7 +30,7 @@ class Windowdef_list_item; class Windowdef_list_widget : public Windowdef_list_widget_ui { - Q_OBJECT + TQ_OBJECT public: Windowdef_list_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); virtual ~Windowdef_list_widget(); @@ -84,7 +84,7 @@ class Windowdef_dialog class Windowdef_simple_dialog : public KDialogBase, public Windowdef_dialog { - Q_OBJECT + TQ_OBJECT public: Windowdef_simple_dialog( Windowdef_simple* window_P, TQObject* obj_P, const char* slot_P ); virtual Windowdef* edit_windowdef(); diff --git a/khotkeys/kcontrol/windowdef_simple_widget.h b/khotkeys/kcontrol/windowdef_simple_widget.h index 26db6fd87..0c21d3b2d 100644 --- a/khotkeys/kcontrol/windowdef_simple_widget.h +++ b/khotkeys/kcontrol/windowdef_simple_widget.h @@ -22,7 +22,7 @@ class Windowdef_list_item; class Windowdef_simple_widget : public Windowdef_simple_widget_ui { - Q_OBJECT + TQ_OBJECT public: Windowdef_simple_widget( TQWidget* parent_P = NULL, const char* name_P = NULL ); void set_data( const Windowdef_simple* data_P ); diff --git a/khotkeys/kcontrol/windowselector.h b/khotkeys/kcontrol/windowselector.h index 4f52312ea..96fff4cb7 100644 --- a/khotkeys/kcontrol/windowselector.h +++ b/khotkeys/kcontrol/windowselector.h @@ -19,7 +19,7 @@ namespace KHotKeys class WindowSelector : public QWidget { - Q_OBJECT + TQ_OBJECT public: WindowSelector( TQObject* receiver, const char* slot ); void select(); diff --git a/khotkeys/shared/conditions.h b/khotkeys/shared/conditions.h index ff1af7d07..8e5b9e813 100644 --- a/khotkeys/shared/conditions.h +++ b/khotkeys/shared/conditions.h @@ -87,7 +87,7 @@ class KDE_EXPORT Condition_list class KDE_EXPORT Active_window_condition : public TQObject, public Condition { - Q_OBJECT + TQ_OBJECT typedef Condition base; public: Active_window_condition( Windowdef_list* window_P, Condition_list_base* parent_P ); @@ -114,7 +114,7 @@ class KDE_EXPORT Active_window_condition class KDE_EXPORT Existing_window_condition : public TQObject, public Condition { - Q_OBJECT + TQ_OBJECT typedef Condition base; public: Existing_window_condition( Windowdef_list* window_P, Condition_list_base* parent_P ); diff --git a/khotkeys/shared/gestures.h b/khotkeys/shared/gestures.h index 4f0f3f94c..01da65d00 100644 --- a/khotkeys/shared/gestures.h +++ b/khotkeys/shared/gestures.h @@ -65,7 +65,7 @@ class KDE_EXPORT Stroke class KDE_EXPORT Gesture : public TQWidget // not TQObject because of x11EventFilter() { - Q_OBJECT + TQ_OBJECT public: Gesture( bool enabled_P, TQObject* parent_P ); virtual ~Gesture(); @@ -103,7 +103,7 @@ class KDE_EXPORT Gesture class DeleteObject : public TQObject { - Q_OBJECT + TQ_OBJECT public: DeleteObject( TQWidget* widget_P, TQObject* parent_P ) : TQObject( parent_P ), widget( widget_P ) {} diff --git a/khotkeys/shared/input.h b/khotkeys/shared/input.h index c6bbdf1e5..e810cea80 100644 --- a/khotkeys/shared/input.h +++ b/khotkeys/shared/input.h @@ -35,7 +35,7 @@ class Kbd_receiver class Kbd : public TQObject { - Q_OBJECT + TQ_OBJECT public: Kbd( bool grabbing_enabled_P, TQObject* parent_P ); virtual ~Kbd(); diff --git a/khotkeys/shared/khlistbox.h b/khotkeys/shared/khlistbox.h index d0f9b51ae..8f4a77138 100644 --- a/khotkeys/shared/khlistbox.h +++ b/khotkeys/shared/khlistbox.h @@ -21,7 +21,7 @@ namespace KHotKeys class KHListBox : public TQListBox { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool forceSelect READ forceSelect WRITE setForceSelect ) public: KHListBox( TQWidget* parent_P, const char* name_P = NULL ); diff --git a/khotkeys/shared/khlistview.h b/khotkeys/shared/khlistview.h index 2cee34617..1a0f27e2b 100644 --- a/khotkeys/shared/khlistview.h +++ b/khotkeys/shared/khlistview.h @@ -22,7 +22,7 @@ namespace KHotKeys class KDE_EXPORT KHListView : public TDEListView { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool forceSelect READ forceSelect WRITE setForceSelect ) public: KHListView( TQWidget* parent_P, const char* name_P = NULL ); diff --git a/khotkeys/shared/soundrecorder.h b/khotkeys/shared/soundrecorder.h index c7e55fc22..5a770abbe 100644 --- a/khotkeys/shared/soundrecorder.h +++ b/khotkeys/shared/soundrecorder.h @@ -36,7 +36,7 @@ namespace KHotKeys */ class KDE_EXPORT SoundRecorder : public TQObject { -Q_OBJECT +TQ_OBJECT public: static SoundRecorder* create( TQObject* parent = 0, const char* name = 0 ); virtual ~SoundRecorder(); diff --git a/khotkeys/shared/triggers.h b/khotkeys/shared/triggers.h index c74a3a54a..3ed2171f0 100644 --- a/khotkeys/shared/triggers.h +++ b/khotkeys/shared/triggers.h @@ -82,7 +82,7 @@ class KDE_EXPORT Shortcut_trigger class KDE_EXPORT Window_trigger : public TQObject, public Trigger { - Q_OBJECT + TQ_OBJECT typedef Trigger base; public: enum window_action_t @@ -124,7 +124,7 @@ class KDE_EXPORT Window_trigger class KDE_EXPORT Gesture_trigger : public TQObject, public Trigger { - Q_OBJECT + TQ_OBJECT typedef Trigger base; public: Gesture_trigger( Action_data* data_P, const TQString& gesture_P ); @@ -145,7 +145,7 @@ class KDE_EXPORT Gesture_trigger class KDE_EXPORT Voice_trigger : public TQObject, public Trigger { - Q_OBJECT + TQ_OBJECT typedef Trigger base; public: Voice_trigger( Action_data* data_P, const TQString& Voice_P, const VoiceSignature & signature1_P, const VoiceSignature & signature2_P ); diff --git a/khotkeys/shared/voices.h b/khotkeys/shared/voices.h index ccd07563f..ccf7943fc 100644 --- a/khotkeys/shared/voices.h +++ b/khotkeys/shared/voices.h @@ -30,7 +30,7 @@ class VoiceSignature; class KDE_EXPORT Voice : public TQObject { - Q_OBJECT + TQ_OBJECT public: Voice( bool enabled_P, TQObject* parent_P ); virtual ~Voice(); diff --git a/khotkeys/shared/windows.h b/khotkeys/shared/windows.h index 4fa403436..e9868e52b 100644 --- a/khotkeys/shared/windows.h +++ b/khotkeys/shared/windows.h @@ -37,7 +37,7 @@ class Windowdef_list; class KDE_EXPORT Windows : public TQObject { - Q_OBJECT + TQ_OBJECT public: Windows( bool enable_signals_P, TQObject* parent_P ); virtual ~Windows(); |