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/ServerDlg_8h-source.html | 72 +++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'doc/html/ServerDlg_8h-source.html') diff --git a/doc/html/ServerDlg_8h-source.html b/doc/html/ServerDlg_8h-source.html index a5ca380..611cafe 100644 --- a/doc/html/ServerDlg_8h-source.html +++ b/doc/html/ServerDlg_8h-source.html @@ -27,56 +27,56 @@ 00010 #ifndef SERVERDLG_H 00011 #define SERVERDLG_H 00012 -00013 #include <qvariant.h> -00014 #include <qdialog.h> +00013 #include <ntqvariant.h> +00014 #include <ntqdialog.h> 00015 #include <kpassdlg.h> 00016 -00017 class QVBoxLayout; -00018 class QHBoxLayout; -00019 class QGridLayout; -00020 class QSpacerItem; -00021 class QLabel; -00022 class QLineEdit; -00023 class QCheckBox; -00024 class QPushButton; -00025 class QComboBox; -00026 class QSpinBox; +00017 class TQVBoxLayout; +00018 class TQHBoxLayout; +00019 class TQGridLayout; +00020 class TQSpacerItem; +00021 class TQLabel; +00022 class TQLineEdit; +00023 class TQCheckBox; +00024 class TQPushButton; +00025 class TQComboBox; +00026 class TQSpinBox; 00027 -00028 class ServerDlg : public QDialog +00028 class ServerDlg : public TQDialog 00029 { 00030 Q_OBJECT 00031 00032 public: -00033 ServerDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); +00033 ServerDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00034 ~ServerDlg(); 00035 -00036 QLabel* QLabel_4; -00037 QLineEdit* m_EditAccount; -00038 QLineEdit* m_EditServer; -00039 QLabel* QLabel_3; -00040 QCheckBox* CheckActive; -00041 QPushButton* m_ButtonOk; -00042 QPushButton* m_ButtonCancel; -00043 QLabel* QLabel_1; -00044 QLabel* QLabel_2; -00045 QLabel* QLabel_5; -00046 QLabel* QLabel_6; -00047 QComboBox* m_ComboProtocol; -00048 QSpinBox* m_SpinPort; -00049 QLineEdit* m_EditUser; -00050 QLineEdit* m_EditPassword; +00036 TQLabel* TQLabel_4; +00037 TQLineEdit* m_EditAccount; +00038 TQLineEdit* m_EditServer; +00039 TQLabel* TQLabel_3; +00040 TQCheckBox* CheckActive; +00041 TQPushButton* m_ButtonOk; +00042 TQPushButton* m_ButtonCancel; +00043 TQLabel* TQLabel_1; +00044 TQLabel* TQLabel_2; +00045 TQLabel* TQLabel_5; +00046 TQLabel* TQLabel_6; +00047 TQComboBox* m_ComboProtocol; +00048 TQSpinBox* m_SpinPort; +00049 TQLineEdit* m_EditUser; +00050 TQLineEdit* m_EditPassword; 00051 00052 public slots: 00053 virtual void slotButtonOkClicked(); 00054 00055 protected: -00056 QGridLayout* ServerDlgLayout; -00057 QHBoxLayout* Layout13; -00058 QSpacerItem* Spacer1; -00059 QHBoxLayout* Layout15; -00060 QSpacerItem* Spacer11; -00061 QHBoxLayout* Layout14; -00062 QSpacerItem* Spacer10; +00056 TQGridLayout* ServerDlgLayout; +00057 TQHBoxLayout* Layout13; +00058 TQSpacerItem* Spacer1; +00059 TQHBoxLayout* Layout15; +00060 TQSpacerItem* Spacer11; +00061 TQHBoxLayout* Layout14; +00062 TQSpacerItem* Spacer10; 00063 00064 protected slots: 00065 virtual void languageChange(); -- cgit v1.2.1