From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kaddressbook/addviewdialog.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kaddressbook/addviewdialog.h') diff --git a/kaddressbook/addviewdialog.h b/kaddressbook/addviewdialog.h index 972f6ef3a..a3c956792 100644 --- a/kaddressbook/addviewdialog.h +++ b/kaddressbook/addviewdialog.h @@ -25,8 +25,8 @@ #define ADDVIEWDIALOG_H #include -#include -#include +#include +#include class QButtonGroup; class QLineEdit; @@ -43,13 +43,13 @@ class AddViewDialog : public KDialogBase Q_OBJECT public: - AddViewDialog( QDict *viewFactoryDict, QWidget *parent, + AddViewDialog( TQDict *viewFactoryDict, TQWidget *parent, const char *name = 0 ); ~AddViewDialog(); - QString viewName()const; + TQString viewName()const; - QString viewType()const ; + TQString viewType()const ; protected slots: /** @@ -60,12 +60,12 @@ class AddViewDialog : public KDialogBase /** Called when the user changes the text in the name of the view. */ - void textChanged( const QString &text ); + void textChanged( const TQString &text ); private: - QDict *mViewFactoryDict; - QLineEdit *mViewNameEdit; - QButtonGroup *mTypeGroup; + TQDict *mViewFactoryDict; + TQLineEdit *mViewNameEdit; + TQButtonGroup *mTypeGroup; int mTypeId; }; -- cgit v1.2.1