summaryrefslogtreecommitdiffstats
path: root/buildtools/custommakefiles/customotherconfigwidgetbase.ui
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-09-16 22:29:55 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-09-16 22:29:55 -0500
commit70a3c0d90bf27c502ec710042250d51e2eb8bd99 (patch)
tree392ee5e1b90d55cf4db7d90b83ee0a2ed6a01d17 /buildtools/custommakefiles/customotherconfigwidgetbase.ui
parent3ca58a00c6f3d4cedaa8a5a90b99b9ec974796d2 (diff)
downloadtdevelop-70a3c0d90bf27c502ec710042250d51e2eb8bd99.tar.gz
tdevelop-70a3c0d90bf27c502ec710042250d51e2eb8bd99.zip
Fix QString -> TQString.
Diffstat (limited to 'buildtools/custommakefiles/customotherconfigwidgetbase.ui')
-rw-r--r--buildtools/custommakefiles/customotherconfigwidgetbase.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/custommakefiles/customotherconfigwidgetbase.ui b/buildtools/custommakefiles/customotherconfigwidgetbase.ui
index 86917b10..3f7290af 100644
--- a/buildtools/custommakefiles/customotherconfigwidgetbase.ui
+++ b/buildtools/custommakefiles/customotherconfigwidgetbase.ui
@@ -236,15 +236,15 @@
<connections>
<connection>
<sender>envs_combo</sender>
- <signal>textChanged(const QString&amp;)</signal>
+ <signal>textChanged(const TQString&amp;)</signal>
<receiver>CustomOtherConfigWidgetBase</receiver>
- <slot>envNameChanged(const QString&amp;)</slot>
+ <slot>envNameChanged(const TQString&amp;)</slot>
</connection>
<connection>
<sender>envs_combo</sender>
- <signal>activated(const QString&amp;)</signal>
+ <signal>activated(const TQString&amp;)</signal>
<receiver>CustomOtherConfigWidgetBase</receiver>
- <slot>envChanged(const QString&amp;)</slot>
+ <slot>envChanged(const TQString&amp;)</slot>
</connection>
<connection>
<sender>copyenvs_button</sender>
@@ -277,8 +277,8 @@
<include location="global" impldecl="in implementation">kdialog.h</include>
</includes>
<Q_SLOTS>
- <slot access="protected">envNameChanged(const QString &amp;)</slot>
- <slot access="protected">envChanged(const QString&amp;)</slot>
+ <slot access="protected">envNameChanged(const TQString &amp;)</slot>
+ <slot access="protected">envChanged(const TQString&amp;)</slot>
<slot access="protected">envAdded()</slot>
<slot access="protected">envRemoved()</slot>
<slot access="protected">envCopied()</slot>