summaryrefslogtreecommitdiffstats
path: root/buildtools/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-17 00:04:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-17 00:04:02 -0600
commit4f4fed4bfeee4d43c123a3f8697c54cd347d3611 (patch)
treebe2d5151c88482a3cad11c0023cf4db892109359 /buildtools/lib
parent3114b735fe6b086b6efefdcc6843fea653d177f4 (diff)
downloadtdevelop-4f4fed4bfeee4d43c123a3f8697c54cd347d3611.tar.gz
tdevelop-4f4fed4bfeee4d43c123a3f8697c54cd347d3611.zip
Fix a number of unconnected signals and slots
Diffstat (limited to 'buildtools/lib')
-rw-r--r--buildtools/lib/parsers/autotools/tests/viewerbase.ui6
-rw-r--r--buildtools/lib/parsers/qmake/tests/viewerbase.ui6
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&amp;)</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 &amp; )</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>