diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-16 22:30:59 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-16 22:30:59 -0500 |
commit | 685de86487c13b03f3e5c33b74f317fc27389f88 (patch) | |
tree | 99bc223da3f791f400c082e6c99a8169b514ada1 /quanta/components/cvsservice | |
parent | 17e962ed3593f5d5f71c4f8e5ca00d4b065ad03c (diff) | |
download | tdewebdev-685de86487c13b03f3e5c33b74f317fc27389f88.tar.gz tdewebdev-685de86487c13b03f3e5c33b74f317fc27389f88.zip |
Fix QString -> TQString.
Diffstat (limited to 'quanta/components/cvsservice')
-rw-r--r-- | quanta/components/cvsservice/cvscommitdlgs.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/components/cvsservice/cvscommitdlgs.ui b/quanta/components/cvsservice/cvscommitdlgs.ui index 5f43c131..ad33e4f4 100644 --- a/quanta/components/cvsservice/cvscommitdlgs.ui +++ b/quanta/components/cvsservice/cvscommitdlgs.ui @@ -131,9 +131,9 @@ </connection> <connection> <sender>messageCombo</sender> - <signal>activated(const QString&)</signal> + <signal>activated(const TQString&)</signal> <receiver>logEdit</receiver> - <slot>setText(const QString&)</slot> + <slot>setText(const TQString&)</slot> </connection> </connections> <tabstops> |