diff options
Diffstat (limited to 'kresources/lib/davaddressbookadaptor.h')
-rw-r--r-- | kresources/lib/davaddressbookadaptor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/lib/davaddressbookadaptor.h b/kresources/lib/davaddressbookadaptor.h index ef5c04077..bdf9e35b8 100644 --- a/kresources/lib/davaddressbookadaptor.h +++ b/kresources/lib/davaddressbookadaptor.h @@ -23,7 +23,7 @@ #include "addressbookadaptor.h" #include "folderlister.h" -#include <qdom.h> +#include <tqdom.h> #include <kdepimmacros.h> namespace KABC { @@ -41,10 +41,10 @@ class KDE_EXPORT DavAddressBookAdaptor : public AddressBookAdaptor virtual void interpretListFoldersJob( KIO::Job *job, KPIM::FolderLister *folderLister ); /** Returns the type of folder retrieved in the dom node. Typically, you'll compare the DAV:resourcetype property with some values. */ - virtual KPIM::FolderLister::ContentType getContentType( const QDomNode &folderNode ) = 0; + virtual KPIM::FolderLister::ContentType getContentType( const TQDomNode &folderNode ) = 0; /** Extract from the dav response whether the folder has subitems that need to be examined */ - virtual bool getFolderHasSubs( const QDomNode &folderNode ) = 0; + virtual bool getFolderHasSubs( const TQDomNode &folderNode ) = 0; }; } |