diff options
Diffstat (limited to 'kontact/plugins/kaddressbook/kaddressbook_plugin.h')
-rw-r--r-- | kontact/plugins/kaddressbook/kaddressbook_plugin.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kontact/plugins/kaddressbook/kaddressbook_plugin.h b/kontact/plugins/kaddressbook/kaddressbook_plugin.h index f66d44aaf..85107d0be 100644 --- a/kontact/plugins/kaddressbook/kaddressbook_plugin.h +++ b/kontact/plugins/kaddressbook/kaddressbook_plugin.h @@ -47,29 +47,29 @@ class KAddressbookPlugin : public Kontact::Plugin Q_OBJECT public: - KAddressbookPlugin( Kontact::Core *core, const char *name, const QStringList& ); + KAddressbookPlugin( Kontact::Core *core, const char *name, const TQStringList& ); ~KAddressbookPlugin(); - virtual bool createDCOPInterface( const QString &serviceType ); + virtual bool createDCOPInterface( const TQString &serviceType ); virtual bool isRunningStandalone(); int weight() const { return 300; } - bool canDecodeDrag( QMimeSource * ); - void processDropEvent( QDropEvent * ); + bool canDecodeDrag( TQMimeSource * ); + void processDropEvent( TQDropEvent * ); - virtual QStringList configModules() const; + virtual TQStringList configModules() const; - virtual QStringList invisibleToolbarActions() const; + virtual TQStringList invisibleToolbarActions() const; virtual void configUpdated(); KAddressBookIface_stub *interface(); //override - void loadProfile( const QString& directory ); + void loadProfile( const TQString& directory ); //override - void saveToProfile( const QString& directory ) const; + void saveToProfile( const TQString& directory ) const; protected: KParts::ReadOnlyPart *createPart(); |