summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/triggers_tab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/kcontrol/triggers_tab.cpp')
-rw-r--r--khotkeys/kcontrol/triggers_tab.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/khotkeys/kcontrol/triggers_tab.cpp b/khotkeys/kcontrol/triggers_tab.cpp
index c2a300848..12cd12452 100644
--- a/khotkeys/kcontrol/triggers_tab.cpp
+++ b/khotkeys/kcontrol/triggers_tab.cpp
@@ -20,7 +20,7 @@
#include <tqpushbutton.h>
#include <tqlineedit.h>
#include <tqpopupmenu.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqlabel.h>
#include <tqheader.h>
@@ -241,8 +241,8 @@ void Shortcut_trigger_widget::clear_data()
void Shortcut_trigger_widget::capturedShortcut( const KShortcut& s_P )
{
- if( KKeyChooser::checkGlobalShortcutsConflict( s_P, true, topLevelWidget())
- || KKeyChooser::checkStandardShortcutsConflict( s_P, true, topLevelWidget()))
+ if( KKeyChooser::checkGlobalShortcutsConflict( s_P, true, tqtopLevelWidget())
+ || KKeyChooser::checkStandardShortcutsConflict( s_P, true, tqtopLevelWidget()))
return;
// KHotKeys::Module::changed()
module->changed();