diff options
Diffstat (limited to 'kaddressbook/xxport/bookmark_xxport.h')
-rw-r--r-- | kaddressbook/xxport/bookmark_xxport.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kaddressbook/xxport/bookmark_xxport.h b/kaddressbook/xxport/bookmark_xxport.h index 5cc186ed6..f12ed8e28 100644 --- a/kaddressbook/xxport/bookmark_xxport.h +++ b/kaddressbook/xxport/bookmark_xxport.h @@ -32,20 +32,20 @@ class BookmarkXXPort : public KAB::XXPort Q_OBJECT public: - BookmarkXXPort( KABC::AddressBook *ab, QWidget *parent, const char *name = 0 ); + BookmarkXXPort( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 ); - QString identifier() const { return "bookmark"; } + TQString identifier() const { return "bookmark"; } public slots: - bool exportContacts( const KABC::AddresseeList &list, const QString &data ); + bool exportContacts( const KABC::AddresseeList &list, const TQString &data ); signals: /** The following signals are used for building a bookmarks file using KBookmarkDomBuilder. */ - void newBookmark( const QString &text, const QCString &url, const QString &additionnalInfo ); - void newFolder( const QString &text, bool open, const QString &additionnalInfo ); + void newBookmark( const TQString &text, const TQCString &url, const TQString &additionnalInfo ); + void newFolder( const TQString &text, bool open, const TQString &additionnalInfo ); void newSeparator(); void endFolder(); }; |