diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-17 18:32:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-17 18:32:39 -0600 |
commit | f4eb2f33b34ff1b1fd01e491a25fbabef6d0144f (patch) | |
tree | 3671f178aecd10d95580774b95a712d5b2513cc1 /ktouch | |
parent | a11c2ebfed5a31ec11eced6464eee54fa3d49034 (diff) | |
download | tdeedu-f4eb2f33b34ff1b1fd01e491a25fbabef6d0144f.tar.gz tdeedu-f4eb2f33b34ff1b1fd01e491a25fbabef6d0144f.zip |
Fix disconnected signals and slots
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> |