From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/optiondialog_8cpp-source.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'doc/html/optiondialog_8cpp-source.html') diff --git a/doc/html/optiondialog_8cpp-source.html b/doc/html/optiondialog_8cpp-source.html index 5b4c828..0137a7f 100644 --- a/doc/html/optiondialog_8cpp-source.html +++ b/doc/html/optiondialog_8cpp-source.html @@ -34,15 +34,15 @@ 00017 * * 00018 ***************************************************************************/ 00019 -00020 #include <qcheckbox.h> -00021 #include <qspinbox.h> -00022 #include <qlabel.h> -00023 #include <qfileinfo.h> -00024 #include <qfiledialog.h> -00025 #include <qpushbutton.h> +00020 #include <ntqcheckbox.h> +00021 #include <ntqspinbox.h> +00022 #include <ntqlabel.h> +00023 #include <ntqfileinfo.h> +00024 #include <ntqfiledialog.h> +00025 #include <ntqpushbutton.h> 00026 -00027 #include <kmessagebox.h> -00028 #include <klocale.h> +00027 #include <tdemessagebox.h> +00028 #include <tdelocale.h> 00029 #include <knuminput.h> 00030 #include <kdebug.h> 00031 @@ -52,7 +52,7 @@ 00035 #include "configelem.h" 00036 #include "commandlist.h" 00037 -00038 OptionDialog::OptionDialog(QWidget *parent, const char *name, ConfigList* config, CommandList* cmd): +00038 OptionDialog::OptionDialog(TQWidget *parent, const char *name, ConfigList* config, CommandList* cmd): 00039 OptionDlg (parent,name,true), 00040 m_ConfigList (*config), 00041 m_pConfigList (config), @@ -78,7 +78,7 @@ 00061 m_CheckExternalProg->setChecked (m_pConfigList->m_bExternalProg); 00062 m_ButtonExternalProgTest->setEnabled (m_pConfigList->m_bExternalProg); 00063 m_ComboExternalProg->setEnabled (m_pConfigList->m_bExternalProg); -00064 QLabel_5->setEnabled (m_pConfigList->m_bExternalProg); +00064 TQLabel_5->setEnabled (m_pConfigList->m_bExternalProg); 00065 m_SpinMaxSize->setValue (m_pConfigList->m_nMaxMailSize); 00066 m_ConfigList.setCombo (m_ComboAccount); 00067 m_pCmdList->setCombo (m_ComboExternalProg, m_pConfigList->m_nExternalProg); @@ -236,7 +236,7 @@ 00219 if (KMessageBox::warningYesNo (this, i18n("Password will be stored as scrambled text.\n" 00220 "It might be possible to decipher it.\n" 00221 "Are you sure ?\n"), -00222 QString::null, +00222 TQString::null, 00223 KStdGuiItem::yes(), 00224 KStdGuiItem::no(), 00225 "savepasswdaskagain") != KMessageBox::Yes) @@ -246,17 +246,17 @@ 00229 00230 void OptionDialog::slotButtonSelectSoundFile () 00231 { -00232 QStringList filters; +00232 TQStringList filters; 00233 filters.append (i18n("Wave files (*.wav)")); 00234 filters.append (i18n("All files (*)")); -00235 QFileInfo info (m_EditSoundFile->text ()); -00236 QString dir = info.dirPath (); -00237 QFileDialog dlg (this, "Sound File", TRUE); +00235 TQFileInfo info (m_EditSoundFile->text ()); +00236 TQString dir = info.dirPath (); +00237 TQFileDialog dlg (this, "Sound File", TRUE); 00238 dlg.setCaption (i18n("Select Sound File")); 00239 dlg.setDir (dir); 00240 dlg.setFilters (filters); -00241 dlg.setMode (QFileDialog::ExistingFile); -00242 if (dlg.exec () == QDialog::Accepted) +00241 dlg.setMode (TQFileDialog::ExistingFile); +00242 if (dlg.exec () == TQDialog::Accepted) 00243 m_EditSoundFile->setText (dlg.selectedFile()); 00244 } 00245 -- cgit v1.2.3