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/interfaces/contacteditorwidget.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kaddressbook/interfaces/contacteditorwidget.h') diff --git a/kaddressbook/interfaces/contacteditorwidget.h b/kaddressbook/interfaces/contacteditorwidget.h index 4b80b44f4..28a376e77 100644 --- a/kaddressbook/interfaces/contacteditorwidget.h +++ b/kaddressbook/interfaces/contacteditorwidget.h @@ -24,7 +24,7 @@ #ifndef KAB_CONTACTEDITORWIDGET_H #define KAB_CONTACTEDITORWIDGET_H -#include +#include #include #include @@ -39,9 +39,9 @@ class KDE_EXPORT ContactEditorWidget : public QWidget Q_OBJECT public: - typedef QValueList List; + typedef TQValueList List; - ContactEditorWidget( KABC::AddressBook *ab, QWidget *parent, const char *name = 0 ); + ContactEditorWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 ); ~ContactEditorWidget(); /** @@ -116,23 +116,23 @@ class KDE_EXPORT ContactEditorWidget : public QWidget class ContactEditorWidgetFactory : public KLibFactory { public: - virtual ContactEditorWidget *createWidget( KABC::AddressBook *ab, QWidget *parent, + virtual ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 ) = 0; /** Returns the i18ned title of this tab page. */ - virtual QString pageTitle() const { return ""; } + virtual TQString pageTitle() const { return ""; } /** Returns the identifier of the tab page where the widget shall belong to. */ - virtual QString pageIdentifier() const = 0; + virtual TQString pageIdentifier() const = 0; protected: - virtual QObject* createObject( QObject*, const char*, const char*, - const QStringList & ) + virtual TQObject* createObject( TQObject*, const char*, const char*, + const TQStringList & ) { return 0; } -- cgit v1.2.1