From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khotkeys/kcontrol/main_buttons_widget.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'khotkeys/kcontrol/main_buttons_widget.cpp') diff --git a/khotkeys/kcontrol/main_buttons_widget.cpp b/khotkeys/kcontrol/main_buttons_widget.cpp index fb8718a1c..3532cc13f 100644 --- a/khotkeys/kcontrol/main_buttons_widget.cpp +++ b/khotkeys/kcontrol/main_buttons_widget.cpp @@ -16,28 +16,28 @@ #include "main_buttons_widget.h" -#include +#include #include "kcmkhotkeys.h" namespace KHotKeys { -Main_buttons_widget::Main_buttons_widget( QWidget* parent_P, const char* name_P ) +Main_buttons_widget::Main_buttons_widget( TQWidget* parent_P, const char* name_P ) : Main_buttons_widget_ui( parent_P, name_P ) { - connect( new_action_button, SIGNAL( clicked()), SIGNAL( new_action_pressed())); - connect( new_action_group_button, SIGNAL( clicked()), SIGNAL( new_action_group_pressed())); - connect( delete_action_button, SIGNAL( clicked()), SIGNAL( delete_action_pressed())); - connect( global_settings_button, SIGNAL( clicked()), SIGNAL( global_settings_pressed())); + connect( new_action_button, TQT_SIGNAL( clicked()), TQT_SIGNAL( new_action_pressed())); + connect( new_action_group_button, TQT_SIGNAL( clicked()), TQT_SIGNAL( new_action_group_pressed())); + connect( delete_action_button, TQT_SIGNAL( clicked()), TQT_SIGNAL( delete_action_pressed())); + connect( global_settings_button, TQT_SIGNAL( clicked()), TQT_SIGNAL( global_settings_pressed())); enable_delete( false ); // KHotKeys::Module::changed() - connect( new_action_button, SIGNAL( clicked()), - module, SLOT( changed())); - connect( new_action_group_button, SIGNAL( clicked()), - module, SLOT( changed())); - connect( delete_action_button, SIGNAL( clicked()), - module, SLOT( changed())); + connect( new_action_button, TQT_SIGNAL( clicked()), + module, TQT_SLOT( changed())); + connect( new_action_group_button, TQT_SIGNAL( clicked()), + module, TQT_SLOT( changed())); + connect( delete_action_button, TQT_SIGNAL( clicked()), + module, TQT_SLOT( changed())); setMaximumHeight( sizeHint().height()); // it gets too high and I have no idea why } -- cgit v1.2.1