diff options
Diffstat (limited to 'khotkeys/kcontrol/info_tab.cpp')
-rw-r--r-- | khotkeys/kcontrol/info_tab.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/khotkeys/kcontrol/info_tab.cpp b/khotkeys/kcontrol/info_tab.cpp index 7363d27a1..7a2e0c916 100644 --- a/khotkeys/kcontrol/info_tab.cpp +++ b/khotkeys/kcontrol/info_tab.cpp @@ -16,15 +16,15 @@ #include "info_tab.h" -#include <qpushbutton.h> -#include <qlabel.h> +#include <tqpushbutton.h> +#include <tqlabel.h> #include <klocale.h> namespace KHotKeys { -Info_tab::Info_tab( QWidget* parent_P, const char* name_P ) +Info_tab::Info_tab( TQWidget* parent_P, const char* name_P ) : Info_tab_ui( parent_P, name_P ) { clear_data(); |