From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/filetypes/newtypedlg.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kcontrol/filetypes/newtypedlg.h') diff --git a/kcontrol/filetypes/newtypedlg.h b/kcontrol/filetypes/newtypedlg.h index 386b5fcdb..e76025ea6 100644 --- a/kcontrol/filetypes/newtypedlg.h +++ b/kcontrol/filetypes/newtypedlg.h @@ -1,8 +1,8 @@ #ifndef _NEWTYPEDLG_H #define _NEWTYPEDLG_H -#include -#include +#include +#include #include class KLineEdit; @@ -16,13 +16,13 @@ class QComboBox; class NewTypeDialog : public KDialogBase { public: - NewTypeDialog(QStringList groups, QWidget *parent = 0, + NewTypeDialog(TQStringList groups, TQWidget *parent = 0, const char *name = 0); - QString group() const; - QString text() const; + TQString group() const; + TQString text() const; private: KLineEdit *typeEd; - QComboBox *groupCombo; + TQComboBox *groupCombo; }; #endif -- cgit v1.2.3