diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-17 00:04:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-17 00:04:02 -0600 |
commit | 4f4fed4bfeee4d43c123a3f8697c54cd347d3611 (patch) | |
tree | be2d5151c88482a3cad11c0023cf4db892109359 /buildtools | |
parent | 3114b735fe6b086b6efefdcc6843fea653d177f4 (diff) | |
download | tdevelop-4f4fed4bfeee4d43c123a3f8697c54cd347d3611.tar.gz tdevelop-4f4fed4bfeee4d43c123a3f8697c54cd347d3611.zip |
Fix a number of unconnected signals and slots
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/lib/parsers/autotools/tests/viewerbase.ui | 6 | ||||
-rw-r--r-- | buildtools/lib/parsers/qmake/tests/viewerbase.ui | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/lib/parsers/autotools/tests/viewerbase.ui b/buildtools/lib/parsers/autotools/tests/viewerbase.ui index 9a28cc99..3fb32462 100644 --- a/buildtools/lib/parsers/autotools/tests/viewerbase.ui +++ b/buildtools/lib/parsers/autotools/tests/viewerbase.ui @@ -199,9 +199,9 @@ </connection> <connection> <sender>files</sender> - <signal>currentChanged(QListBoxItem*)</signal> + <signal>currentChanged(TQListBoxItem*)</signal> <receiver>ViewerBase</receiver> - <slot>files_currentChanged(QListBoxItem*)</slot> + <slot>files_currentChanged(TQListBoxItem*)</slot> </connection> <connection> <sender>tabWidget2</sender> @@ -213,7 +213,7 @@ <Q_SLOTS> <slot>addAll_clicked()</slot> <slot>choose_clicked()</slot> - <slot>files_currentChanged(QListBoxItem*)</slot> + <slot>files_currentChanged(TQListBoxItem*)</slot> <slot>tabWidget2_selected(const TQString&)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> diff --git a/buildtools/lib/parsers/qmake/tests/viewerbase.ui b/buildtools/lib/parsers/qmake/tests/viewerbase.ui index b0e0ceed..ad580b4c 100644 --- a/buildtools/lib/parsers/qmake/tests/viewerbase.ui +++ b/buildtools/lib/parsers/qmake/tests/viewerbase.ui @@ -229,9 +229,9 @@ </connection> <connection> <sender>files</sender> - <signal>currentChanged(QListBoxItem*)</signal> + <signal>currentChanged(TQListBoxItem*)</signal> <receiver>ViewerBase</receiver> - <slot>files_currentChanged(QListBoxItem*)</slot> + <slot>files_currentChanged(TQListBoxItem*)</slot> </connection> <connection> <sender>tabWidget2</sender> @@ -243,7 +243,7 @@ <Q_SLOTS> <slot>addAll_clicked()</slot> <slot>choose_clicked()</slot> - <slot>files_currentChanged( QListBoxItem * )</slot> + <slot>files_currentChanged( TQListBoxItem * )</slot> <slot>tabWidget2_selected( const TQString & )</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> |