diff options
Diffstat (limited to 'ktouch')
-rw-r--r-- | ktouch/src/ktouchkeyboardeditor_dlg.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ktouch/src/ktouchkeyboardeditor_dlg.ui b/ktouch/src/ktouchkeyboardeditor_dlg.ui index 6f945dd2..81d532a7 100644 --- a/ktouch/src/ktouchkeyboardeditor_dlg.ui +++ b/ktouch/src/ktouchkeyboardeditor_dlg.ui @@ -373,9 +373,9 @@ </connection> <connection> <sender>keyListBox</sender> - <signal>selectionChanged(QListBoxItem*)</signal> + <signal>selectionChanged(TQListBoxItem*)</signal> <receiver>KTouchKeyboardEditorDlg</receiver> - <slot>keySelectionChanged(QListBoxItem*)</slot> + <slot>keySelectionChanged(TQListBoxItem*)</slot> </connection> </connections> <Q_SLOTS> @@ -387,7 +387,7 @@ <slot>addBtnClicked()</slot> <slot>editBtnClicked()</slot> <slot>removeBtnClicked()</slot> - <slot>keySelectionChanged(QListBoxItem*)</slot> + <slot>keySelectionChanged(TQListBoxItem*)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> |