diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-16 22:24:43 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-16 22:24:43 -0500 |
commit | 492b084fcf7a539cd9b804aa36afdd3854ae9adc (patch) | |
tree | a4f88feeeed7c9924e7f70b42287253b6b3a90a2 /ksysv/pathconfig.ui | |
parent | 756e44b473a6db220d95daee8ad8673bbe34780c (diff) | |
download | tdeadmin-492b084fcf7a539cd9b804aa36afdd3854ae9adc.tar.gz tdeadmin-492b084fcf7a539cd9b804aa36afdd3854ae9adc.zip |
Fix QString -> TQString.
Diffstat (limited to 'ksysv/pathconfig.ui')
-rw-r--r-- | ksysv/pathconfig.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/pathconfig.ui b/ksysv/pathconfig.ui index 109a9e8..78ed2c2 100644 --- a/ksysv/pathconfig.ui +++ b/ksysv/pathconfig.ui @@ -260,13 +260,13 @@ </connection> <connection> <sender>mServicesPath</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>PathConfiguration</receiver> <slot>slotChanged()</slot> </connection> <connection> <sender>mRunlevelPath</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>PathConfiguration</receiver> <slot>slotChanged()</slot> </connection> |