summaryrefslogtreecommitdiffstats
path: root/kdebugdialog/kdebugdialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kdebugdialog/kdebugdialog.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdebugdialog/kdebugdialog.h')
-rw-r--r--kdebugdialog/kdebugdialog.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/kdebugdialog/kdebugdialog.h b/kdebugdialog/kdebugdialog.h
index d0c22fbc1..86a6fcc84 100644
--- a/kdebugdialog/kdebugdialog.h
+++ b/kdebugdialog/kdebugdialog.h
@@ -42,47 +42,47 @@ class KDebugDialog : public KAbstractDebugDialog
Q_OBJECT
public:
- KDebugDialog( QStringList areaList, QWidget *parent=0, const char *name=0, bool modal=true );
+ KDebugDialog( TQStringList areaList, TQWidget *parent=0, const char *name=0, bool modal=true );
virtual ~KDebugDialog();
void save();
protected slots:
- void slotDebugAreaChanged( const QString & );
+ void slotDebugAreaChanged( const TQString & );
void slotDestinationChanged(int);
private:
- QComboBox* pDebugAreas;
- QGroupBox* pInfoGroup;
- QLabel* pInfoLabel1;
- QComboBox* pInfoCombo;
- QLabel* pInfoLabel2;
- QLineEdit* pInfoFile;
- QLabel* pInfoLabel3;
- QLineEdit* pInfoShow;
- QGroupBox* pWarnGroup;
- QLabel* pWarnLabel1;
- QComboBox* pWarnCombo;
- QLabel* pWarnLabel2;
- QLineEdit* pWarnFile;
- QLabel* pWarnLabel3;
- QLineEdit* pWarnShow;
- QGroupBox* pErrorGroup;
- QLabel* pErrorLabel1;
- QComboBox* pErrorCombo;
- QLabel* pErrorLabel2;
- QLineEdit* pErrorFile;
- QLabel* pErrorLabel3;
- QLineEdit* pErrorShow;
- QGroupBox* pFatalGroup;
- QLabel* pFatalLabel1;
- QComboBox* pFatalCombo;
- QLabel* pFatalLabel2;
- QLineEdit* pFatalFile;
- QLabel* pFatalLabel3;
- QLineEdit* pFatalShow;
+ TQComboBox* pDebugAreas;
+ TQGroupBox* pInfoGroup;
+ TQLabel* pInfoLabel1;
+ TQComboBox* pInfoCombo;
+ TQLabel* pInfoLabel2;
+ TQLineEdit* pInfoFile;
+ TQLabel* pInfoLabel3;
+ TQLineEdit* pInfoShow;
+ TQGroupBox* pWarnGroup;
+ TQLabel* pWarnLabel1;
+ TQComboBox* pWarnCombo;
+ TQLabel* pWarnLabel2;
+ TQLineEdit* pWarnFile;
+ TQLabel* pWarnLabel3;
+ TQLineEdit* pWarnShow;
+ TQGroupBox* pErrorGroup;
+ TQLabel* pErrorLabel1;
+ TQComboBox* pErrorCombo;
+ TQLabel* pErrorLabel2;
+ TQLineEdit* pErrorFile;
+ TQLabel* pErrorLabel3;
+ TQLineEdit* pErrorShow;
+ TQGroupBox* pFatalGroup;
+ TQLabel* pFatalLabel1;
+ TQComboBox* pFatalCombo;
+ TQLabel* pFatalLabel2;
+ TQLineEdit* pFatalFile;
+ TQLabel* pFatalLabel3;
+ TQLineEdit* pFatalShow;
- QCheckBox* pAbortFatal;
+ TQCheckBox* pAbortFatal;
private:
// Disallow assignment and copy-construction