diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-16 22:29:55 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-16 22:29:55 -0500 |
commit | 70a3c0d90bf27c502ec710042250d51e2eb8bd99 (patch) | |
tree | 392ee5e1b90d55cf4db7d90b83ee0a2ed6a01d17 /buildtools/custommakefiles/custommakeconfigwidgetbase.ui | |
parent | 3ca58a00c6f3d4cedaa8a5a90b99b9ec974796d2 (diff) | |
download | tdevelop-70a3c0d90bf27c502ec710042250d51e2eb8bd99.tar.gz tdevelop-70a3c0d90bf27c502ec710042250d51e2eb8bd99.zip |
Fix QString -> TQString.
Diffstat (limited to 'buildtools/custommakefiles/custommakeconfigwidgetbase.ui')
-rw-r--r-- | buildtools/custommakefiles/custommakeconfigwidgetbase.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/custommakefiles/custommakeconfigwidgetbase.ui b/buildtools/custommakefiles/custommakeconfigwidgetbase.ui index 62d74ec6..3dcdfef7 100644 --- a/buildtools/custommakefiles/custommakeconfigwidgetbase.ui +++ b/buildtools/custommakefiles/custommakeconfigwidgetbase.ui @@ -323,15 +323,15 @@ <connections> <connection> <sender>envs_combo</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>CustomMakeConfigWidgetBase</receiver> - <slot>envNameChanged(const QString&)</slot> + <slot>envNameChanged(const TQString&)</slot> </connection> <connection> <sender>envs_combo</sender> - <signal>activated(const QString&)</signal> + <signal>activated(const TQString&)</signal> <receiver>CustomMakeConfigWidgetBase</receiver> - <slot>envChanged(const QString&)</slot> + <slot>envChanged(const TQString&)</slot> </connection> <connection> <sender>copyenvs_button</sender> @@ -379,8 +379,8 @@ <include location="global" impldecl="in implementation">kdialog.h</include> </includes> <Q_SLOTS> - <slot access="protected">envNameChanged(const QString &)</slot> - <slot access="protected">envChanged(const QString&)</slot> + <slot access="protected">envNameChanged(const TQString &)</slot> + <slot access="protected">envChanged(const TQString&)</slot> <slot access="protected">envAdded()</slot> <slot access="protected">envRemoved()</slot> <slot access="protected">envCopied()</slot> |