diff options
author | Timothy Pearson <[email protected]> | 2012-11-17 18:33:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-17 18:33:46 -0600 |
commit | 6475cd081da56b2ca599549b47b0b9a82e2855c6 (patch) | |
tree | 2044db70ee79524edf96698db8ffa1b20f11e3ce /src/configure_Dialog.ui | |
parent | f932984e6c6fd78cc42bfbc74e974eadd9524678 (diff) | |
download | kpowersave-6475cd081da56b2ca599549b47b0b9a82e2855c6.tar.gz kpowersave-6475cd081da56b2ca599549b47b0b9a82e2855c6.zip |
Fix disconnected signal/slot
Diffstat (limited to 'src/configure_Dialog.ui')
-rw-r--r-- | src/configure_Dialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure_Dialog.ui b/src/configure_Dialog.ui index 98f2dfb..fe27b0c 100644 --- a/src/configure_Dialog.ui +++ b/src/configure_Dialog.ui @@ -2163,7 +2163,7 @@ </connection> <connection> <sender>listBox_schemes</sender> - <signal>currentChanged(QListBoxItem*)</signal> + <signal>currentChanged(TQListBoxItem*)</signal> <receiver>configure_Dialog</receiver> <slot>listBox_schemes_currentChanged()</slot> </connection> |