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 /vcs | |
parent | 3114b735fe6b086b6efefdcc6843fea653d177f4 (diff) | |
download | tdevelop-4f4fed4bfeee4d43c123a3f8697c54cd347d3611.tar.gz tdevelop-4f4fed4bfeee4d43c123a3f8697c54cd347d3611.zip |
Fix a number of unconnected signals and slots
Diffstat (limited to 'vcs')
-rw-r--r-- | vcs/subversion/svn_switchdlgbase.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/svn_switchdlgbase.ui b/vcs/subversion/svn_switchdlgbase.ui index 87533197..53a89eb1 100644 --- a/vcs/subversion/svn_switchdlgbase.ui +++ b/vcs/subversion/svn_switchdlgbase.ui @@ -200,7 +200,7 @@ <include location="local" impldecl="in implementation">svn_switchdlgbase.ui.h</include> </includes> <Q_SLOTS> - <slot>Form1_destroyed( QObject * )</slot> + <slot>Form1_destroyed( TQObject * )</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> |