From 70a3c0d90bf27c502ec710042250d51e2eb8bd99 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 16 Sep 2012 22:29:55 -0500 Subject: Fix QString -> TQString. --- buildtools/ada/adaproject_optionsdlgbase.ui | 30 +++--- buildtools/autotools/addicondlgbase.ui | 2 +- buildtools/autotools/choosetargetdlgbase.ui | 4 +- buildtools/autotools/configureoptionswidgetbase.ui | 34 +++--- .../custommakefiles/custommakeconfigwidgetbase.ui | 12 +-- .../custommakefiles/customotherconfigwidgetbase.ui | 12 +-- .../lib/parsers/autotools/tests/viewerbase.ui | 6 +- buildtools/lib/parsers/qmake/tests/viewerbase.ui | 6 +- buildtools/lib/widgets/runoptionswidgetbase.ui | 4 +- buildtools/lib/widgets/subclassesdlgbase.ui | 6 +- buildtools/pascal/pascalproject_optionsdlgbase.ui | 30 +++--- buildtools/qmake/projectconfigurationdlgbase.ui | 114 ++++++++++----------- 12 files changed, 130 insertions(+), 130 deletions(-) (limited to 'buildtools') diff --git a/buildtools/ada/adaproject_optionsdlgbase.ui b/buildtools/ada/adaproject_optionsdlgbase.ui index f6ee3232..522467c6 100644 --- a/buildtools/ada/adaproject_optionsdlgbase.ui +++ b/buildtools/ada/adaproject_optionsdlgbase.ui @@ -354,9 +354,9 @@ compiler_box - activated(const QString&) + activated(const TQString&) AdaProjectOptionsDlgBase - compiler_box_activated(const QString&) + compiler_box_activated(const TQString&) removeconfig_button @@ -366,15 +366,15 @@ config_combo - textChanged(const QString&) + textChanged(const TQString&) AdaProjectOptionsDlgBase - configComboTextChanged(const QString&) + configComboTextChanged(const TQString&) config_combo - activated(const QString&) + activated(const TQString&) AdaProjectOptionsDlgBase - configChanged(const QString&) + configChanged(const TQString&) addconfig_button @@ -390,37 +390,37 @@ exec_edit - textChanged(const QString&) + textChanged(const TQString&) AdaProjectOptionsDlgBase setDirty() options_edit - textChanged(const QString&) + textChanged(const TQString&) AdaProjectOptionsDlgBase setDirty() mainSourceUrl - textChanged(const QString&) + textChanged(const TQString&) AdaProjectOptionsDlgBase setDirty() mainSourceUrl - urlSelected(const QString&) + urlSelected(const TQString&) AdaProjectOptionsDlgBase setDirty() compiler_box - activated(const QString&) + activated(const TQString&) AdaProjectOptionsDlgBase setDirty() compiler_box - textChanged(const QString&) + textChanged(const TQString&) AdaProjectOptionsDlgBase setDirty() @@ -448,11 +448,11 @@ removeconfig_button - compiler_box_activated(const QString&) + compiler_box_activated(const TQString&) addconfig_button_clicked() configRemoved() - configComboTextChanged(const QString&) - configChanged(const QString&) + configComboTextChanged(const TQString&) + configChanged(const TQString&) optionsButtonClicked() configAdded() setDirty() 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 @@ name_edit - textChanged(const QString&) + textChanged(const TQString&) add_icon_dialog somethingChanged() 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 @@ slotActiveTargetToggled(bool) slotChooseTargetToggled(bool) - slotSubprojectChanged(const QString&) - slotTargetChanged(const QString&) + slotSubprojectChanged(const TQString&) + slotTargetChanged(const TQString&) 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> config_combo - activated(const QString&) + activated(const TQString&) configure_options_widget - configChanged(const QString&) + configChanged(const TQString&) config_combo - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget - configComboTextChanged(const QString&) + configComboTextChanged(const TQString&) builddir_button @@ -918,49 +918,49 @@ headers in a nonstandard directory <include dir> configargs_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() builddir_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() cbinary_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() cflags_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() cxxbinary_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() cxxflags_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() f77binary_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() f77flags_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() @@ -972,19 +972,19 @@ headers in a nonstandard directory <include dir> topsourcedir_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() cppflags_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() ldflags_edit - textChanged(const QString&) + textChanged(const TQString&) configure_options_widget setDirty() @@ -1021,8 +1021,8 @@ headers in a nonstandard directory <include dir> builddirClicked() cflagsClicked() configAdded() - configChanged(const QString&) - configComboTextChanged(const QString&) + configChanged(const TQString&) + configComboTextChanged(const TQString&) configRemoved() cserviceChanged() cxxflagsClicked() 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 @@ envs_combo - textChanged(const QString&) + textChanged(const TQString&) CustomMakeConfigWidgetBase - envNameChanged(const QString&) + envNameChanged(const TQString&) envs_combo - activated(const QString&) + activated(const TQString&) CustomMakeConfigWidgetBase - envChanged(const QString&) + envChanged(const TQString&) copyenvs_button @@ -379,8 +379,8 @@ kdialog.h - envNameChanged(const QString &) - envChanged(const QString&) + envNameChanged(const TQString &) + envChanged(const TQString&) envAdded() envRemoved() envCopied() 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 @@ envs_combo - textChanged(const QString&) + textChanged(const TQString&) CustomOtherConfigWidgetBase - envNameChanged(const QString&) + envNameChanged(const TQString&) envs_combo - activated(const QString&) + activated(const TQString&) CustomOtherConfigWidgetBase - envChanged(const QString&) + envChanged(const TQString&) copyenvs_button @@ -277,8 +277,8 @@ kdialog.h - envNameChanged(const QString &) - envChanged(const QString&) + envNameChanged(const TQString &) + envChanged(const TQString&) envAdded() envRemoved() envCopied() diff --git a/buildtools/lib/parsers/autotools/tests/viewerbase.ui b/buildtools/lib/parsers/autotools/tests/viewerbase.ui index 7a00a47a..9a28cc99 100644 --- a/buildtools/lib/parsers/autotools/tests/viewerbase.ui +++ b/buildtools/lib/parsers/autotools/tests/viewerbase.ui @@ -205,16 +205,16 @@ tabWidget2 - selected(const QString&) + selected(const TQString&) ViewerBase - tabWidget2_selected(const QString&) + tabWidget2_selected(const TQString&) addAll_clicked() choose_clicked() files_currentChanged(QListBoxItem*) - tabWidget2_selected(const QString&) + tabWidget2_selected(const TQString&) diff --git a/buildtools/lib/parsers/qmake/tests/viewerbase.ui b/buildtools/lib/parsers/qmake/tests/viewerbase.ui index c76abc20..b0e0ceed 100644 --- a/buildtools/lib/parsers/qmake/tests/viewerbase.ui +++ b/buildtools/lib/parsers/qmake/tests/viewerbase.ui @@ -235,16 +235,16 @@ tabWidget2 - selected(const QString&) + selected(const TQString&) ViewerBase - tabWidget2_selected(const QString&) + tabWidget2_selected(const TQString&) addAll_clicked() choose_clicked() files_currentChanged( QListBoxItem * ) - tabWidget2_selected( const QString & ) + tabWidget2_selected( const TQString & ) diff --git a/buildtools/lib/widgets/runoptionswidgetbase.ui b/buildtools/lib/widgets/runoptionswidgetbase.ui index 30f10e48..3243c178 100644 --- a/buildtools/lib/widgets/runoptionswidgetbase.ui +++ b/buildtools/lib/widgets/runoptionswidgetbase.ui @@ -214,13 +214,13 @@ mainprogram_edit - textChanged(const QString&) + textChanged(const TQString&) run_options_widget mainProgramChanged() mainprogram_edit - urlSelected(const QString&) + urlSelected(const TQString&) run_options_widget mainProgramChanged() diff --git a/buildtools/lib/widgets/subclassesdlgbase.ui b/buildtools/lib/widgets/subclassesdlgbase.ui index e25d1a5d..7a06defb 100644 --- a/buildtools/lib/widgets/subclassesdlgbase.ui +++ b/buildtools/lib/widgets/subclassesdlgbase.ui @@ -168,9 +168,9 @@ subclass_url - textChanged(const QString&) + textChanged(const TQString&) SubclassesDlgBase - changeCurrentURL(const QString&) + changeCurrentURL(const TQString&) remove_button @@ -209,7 +209,7 @@ kdialog.h - changeCurrentURL(const QString &str) + changeCurrentURL(const TQString &str) removeRelation() newRelation() currentRelationChanged(TQListBoxItem *item) diff --git a/buildtools/pascal/pascalproject_optionsdlgbase.ui b/buildtools/pascal/pascalproject_optionsdlgbase.ui index 8defc492..a7c7b418 100644 --- a/buildtools/pascal/pascalproject_optionsdlgbase.ui +++ b/buildtools/pascal/pascalproject_optionsdlgbase.ui @@ -356,9 +356,9 @@ compiler_box - activated(const QString&) + activated(const TQString&) PascalProjectOptionsDlgBase - compiler_box_activated(const QString&) + compiler_box_activated(const TQString&) removeconfig_button @@ -368,15 +368,15 @@ config_combo - textChanged(const QString&) + textChanged(const TQString&) PascalProjectOptionsDlgBase - configComboTextChanged(const QString&) + configComboTextChanged(const TQString&) config_combo - activated(const QString&) + activated(const TQString&) PascalProjectOptionsDlgBase - configChanged(const QString&) + configChanged(const TQString&) addconfig_button @@ -392,37 +392,37 @@ exec_edit - textChanged(const QString&) + textChanged(const TQString&) PascalProjectOptionsDlgBase setDirty() options_edit - textChanged(const QString&) + textChanged(const TQString&) PascalProjectOptionsDlgBase setDirty() mainSourceUrl - textChanged(const QString&) + textChanged(const TQString&) PascalProjectOptionsDlgBase setDirty() mainSourceUrl - urlSelected(const QString&) + urlSelected(const TQString&) PascalProjectOptionsDlgBase setDirty() compiler_box - activated(const QString&) + activated(const TQString&) PascalProjectOptionsDlgBase setDirty() compiler_box - textChanged(const QString&) + textChanged(const TQString&) PascalProjectOptionsDlgBase setDirty() @@ -454,11 +454,11 @@ kdialog.h - compiler_box_activated(const QString&) + compiler_box_activated(const TQString&) addconfig_button_clicked() configRemoved() - configComboTextChanged(const QString&) - configChanged(const QString&) + configComboTextChanged(const TQString&) + configChanged(const TQString&) optionsButtonClicked() configAdded() setDirty() diff --git a/buildtools/qmake/projectconfigurationdlgbase.ui b/buildtools/qmake/projectconfigurationdlgbase.ui index 6c1006b3..e0ecf457 100644 --- a/buildtools/qmake/projectconfigurationdlgbase.ui +++ b/buildtools/qmake/projectconfigurationdlgbase.ui @@ -2195,129 +2195,129 @@ idlCmdEdit - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) idlCmdEdit - urlSelected(const QString&) + urlSelected(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) idlCmdOptionsEdit - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) makefile_url - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) makefile_url - urlSelected(const QString&) + urlSelected(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_debugFlags - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_defines - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_InstallTargetPath - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) tqmocdir_url - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) tqmocdir_url - urlSelected(const QString&) + urlSelected(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_releaseFlags - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_targetLibraryVersion - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_targetOutputFile - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) objdir_url - urlSelected(const QString&) + urlSelected(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) objdir_url - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) rccdir_url - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) rccdir_url - urlSelected(const QString&) + urlSelected(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) uidir_url - urlSelected(const QString&) + urlSelected(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) editConfigExtra - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_editRunArguments - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_editDebugArguments - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) groupBuildMode @@ -2393,13 +2393,13 @@ customVariableName - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase customVarChanged() customVariableOp - activated(const QString&) + activated(const TQString&) ProjectConfigurationDlgBase customVarChanged() @@ -2645,39 +2645,39 @@ m_targetPath - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_targetPath - returnPressed(const QString&) + returnPressed(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_targetPath - urlSelected(const QString&) + urlSelected(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) uidir_url - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_CWDEdit - textChanged(const QString&) + textChanged(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) m_CWDEdit - urlSelected(const QString&) + urlSelected(const TQString&) ProjectConfigurationDlgBase - activateApply(const QString&) + activateApply(const TQString&) @@ -2832,7 +2832,7 @@ targetInstallChanged( bool ) apply() activateApply( int ) - activateApply( const QString & ) + activateApply( const TQString & ) activateApply( TQListViewItem * ) customVarChanged() -- cgit v1.2.3