summaryrefslogtreecommitdiffstats
path: root/buildtools/custommakefiles/custommakeconfigwidgetbase.ui
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/custommakefiles/custommakeconfigwidgetbase.ui')
-rw-r--r--buildtools/custommakefiles/custommakeconfigwidgetbase.ui12
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&amp;)</signal>
+ <signal>textChanged(const TQString&amp;)</signal>
<receiver>CustomMakeConfigWidgetBase</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>CustomMakeConfigWidgetBase</receiver>
- <slot>envChanged(const QString&amp;)</slot>
+ <slot>envChanged(const TQString&amp;)</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 &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>