diff options
Diffstat (limited to 'kresources/newexchange/exchangeglobals.h')
-rw-r--r-- | kresources/newexchange/exchangeglobals.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kresources/newexchange/exchangeglobals.h b/kresources/newexchange/exchangeglobals.h index ba56830d7..f8ad33178 100644 --- a/kresources/newexchange/exchangeglobals.h +++ b/kresources/newexchange/exchangeglobals.h @@ -23,7 +23,7 @@ #include <kurl.h> #include <groupwareuploadjob.h> -#include <qdom.h> +#include <tqdom.h> namespace KIO { class Job; @@ -45,10 +45,10 @@ class ExchangeGlobals { public: ExchangeGlobals() {} - static KPIM::FolderLister::ContentType getContentType( const QDomElement &prop ); - static KPIM::FolderLister::ContentType getContentType( const QString &contentclass ); - static KPIM::FolderLister::ContentType getContentType( const QDomNode &folderNode ); - static bool getFolderHasSubs( const QDomNode &folderNode ); + static KPIM::FolderLister::ContentType getContentType( const TQDomElement &prop ); + static KPIM::FolderLister::ContentType getContentType( const TQString &contentclass ); + static KPIM::FolderLister::ContentType getContentType( const TQDomNode &folderNode ); + static bool getFolderHasSubs( const TQDomNode &folderNode ); static KIO::Job *createListFoldersJob( const KURL &url ); @@ -60,11 +60,11 @@ class ExchangeGlobals static bool interpretListItemsJob( KPIM::GroupwareDataAdaptor *adaptor, - KIO::Job *job, const QString &jobData ); + KIO::Job *job, const TQString &jobData ); static bool interpretCalendarDownloadItemsJob( KCal::CalendarAdaptor *adaptor, - KIO::Job *job, const QString &jobData ); + KIO::Job *job, const TQString &jobData ); static bool interpretAddressBookDownloadItemsJob( KABC::AddressBookAdaptor *adaptor, - KIO::Job *job, const QString &jobData ); + KIO::Job *job, const TQString &jobData ); }; #endif |