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 | |
parent | 756e44b473a6db220d95daee8ad8673bbe34780c (diff) | |
download | tdeadmin-492b084fcf7a539cd9b804aa36afdd3854ae9adc.tar.gz tdeadmin-492b084fcf7a539cd9b804aa36afdd3854ae9adc.zip |
Fix QString -> TQString.
-rw-r--r-- | kdat/OptionsDlgWidget.ui | 4 | ||||
-rw-r--r-- | ksysv/pathconfig.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kdat/OptionsDlgWidget.ui b/kdat/OptionsDlgWidget.ui index c5c9583..c79be05 100644 --- a/kdat/OptionsDlgWidget.ui +++ b/kdat/OptionsDlgWidget.ui @@ -315,13 +315,13 @@ You must still specify the block size.</string> </connection> <connection> <sender>_tapeDevice</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>OptionsDlgWidget</receiver> <slot>slotValueChanged()</slot> </connection> <connection> <sender>_tarCommand</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>OptionsDlgWidget</receiver> <slot>slotValueChanged()</slot> </connection> 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> |