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/editdialog_8cpp-source.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/html/editdialog_8cpp-source.html') diff --git a/doc/html/editdialog_8cpp-source.html b/doc/html/editdialog_8cpp-source.html index 0b643ba..1412f97 100644 --- a/doc/html/editdialog_8cpp-source.html +++ b/doc/html/editdialog_8cpp-source.html @@ -32,26 +32,26 @@ 00015 * * 00016 ***************************************************************************/ 00017 -00018 #include <qlayout.h> -00019 #include <qmultilineedit.h> -00020 #include <qlabel.h> -00021 #include <qlineedit.h> +00018 #include <ntqlayout.h> +00019 #include <ntqmultilineedit.h> +00020 #include <ntqlabel.h> +00021 #include <ntqlineedit.h> 00022 #include <ktextbrowser.h> 00023 #include "editdialog.h" 00024 -00025 EditDialog::EditDialog(QWidget *parent, const char *name, const char* content, bool html): +00025 EditDialog::EditDialog(TQWidget *parent, const char *name, const char* content, bool html): 00026 EditDlg(parent,name,true), _row(0) 00027 { 00028 setCaption (name); 00029 if (!html) -00030 m_Edit->setTextFormat (Qt::PlainText); +00030 m_Edit->setTextFormat (TQt::PlainText); 00031 m_Edit->setText (content); 00032 } 00033 -00034 void EditDialog::addWidget (const QString& lbl, const QString& value) +00034 void EditDialog::addWidget (const TQString& lbl, const TQString& value) 00035 { -00036 QLabel* label = new QLabel (lbl, this); -00037 QLineEdit* edit = new QLineEdit (this); +00036 TQLabel* label = new TQLabel (lbl, this); +00037 TQLineEdit* edit = new TQLineEdit (this); 00038 edit->setReadOnly (true); 00039 edit->setText (value); 00040 headerlayout->addMultiCellWidget (label, _row, _row, 0, 0); -- cgit v1.2.1