diff options
Diffstat (limited to 'buildtools/autotools')
-rw-r--r-- | buildtools/autotools/addicondlgbase.ui | 2 | ||||
-rw-r--r-- | buildtools/autotools/choosetargetdlgbase.ui | 4 | ||||
-rw-r--r-- | buildtools/autotools/configureoptionswidgetbase.ui | 34 |
3 files changed, 20 insertions, 20 deletions
diff --git a/buildtools/autotools/addicondlgbase.ui b/buildtools/autotools/addicondlgbase.ui index 7a3336dc..c0e6c114 100644 --- a/buildtools/autotools/addicondlgbase.ui +++ b/buildtools/autotools/addicondlgbase.ui @@ -236,7 +236,7 @@ </connection> <connection> <sender>name_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>add_icon_dialog</receiver> <slot>somethingChanged()</slot> </connection> diff --git a/buildtools/autotools/choosetargetdlgbase.ui b/buildtools/autotools/choosetargetdlgbase.ui index f98c9145..d6a04658 100644 --- a/buildtools/autotools/choosetargetdlgbase.ui +++ b/buildtools/autotools/choosetargetdlgbase.ui @@ -208,8 +208,8 @@ <Q_SLOTS> <slot access="protected">slotActiveTargetToggled(bool)</slot> <slot access="protected">slotChooseTargetToggled(bool)</slot> - <slot access="private">slotSubprojectChanged(const QString&)</slot> - <slot access="private">slotTargetChanged(const QString&)</slot> + <slot access="private">slotSubprojectChanged(const TQString&)</slot> + <slot access="private">slotTargetChanged(const TQString&)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> diff --git a/buildtools/autotools/configureoptionswidgetbase.ui b/buildtools/autotools/configureoptionswidgetbase.ui index 9090f705..37ac2407 100644 --- a/buildtools/autotools/configureoptionswidgetbase.ui +++ b/buildtools/autotools/configureoptionswidgetbase.ui @@ -900,15 +900,15 @@ headers in a nonstandard directory <include dir></string> </connection> <connection> <sender>config_combo</sender> - <signal>activated(const QString&)</signal> + <signal>activated(const TQString&)</signal> <receiver>configure_options_widget</receiver> - <slot>configChanged(const QString&)</slot> + <slot>configChanged(const TQString&)</slot> </connection> <connection> <sender>config_combo</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> - <slot>configComboTextChanged(const QString&)</slot> + <slot>configComboTextChanged(const TQString&)</slot> </connection> <connection> <sender>builddir_button</sender> @@ -918,49 +918,49 @@ headers in a nonstandard directory <include dir></string> </connection> <connection> <sender>configargs_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> <connection> <sender>builddir_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> <connection> <sender>cbinary_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> <connection> <sender>cflags_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> <connection> <sender>cxxbinary_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> <connection> <sender>cxxflags_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> <connection> <sender>f77binary_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> <connection> <sender>f77flags_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> @@ -972,19 +972,19 @@ headers in a nonstandard directory <include dir></string> </connection> <connection> <sender>topsourcedir_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> <connection> <sender>cppflags_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> <connection> <sender>ldflags_edit</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>configure_options_widget</receiver> <slot>setDirty()</slot> </connection> @@ -1021,8 +1021,8 @@ headers in a nonstandard directory <include dir></string> <slot access="protected">builddirClicked()</slot> <slot access="protected">cflagsClicked()</slot> <slot access="protected">configAdded()</slot> - <slot access="protected">configChanged(const QString&)</slot> - <slot access="protected">configComboTextChanged(const QString&)</slot> + <slot access="protected">configChanged(const TQString&)</slot> + <slot access="protected">configComboTextChanged(const TQString&)</slot> <slot access="protected">configRemoved()</slot> <slot access="protected">cserviceChanged()</slot> <slot access="protected">cxxflagsClicked()</slot> |