diff options
Diffstat (limited to 'kresources/lib/davcalendaradaptor.h')
-rw-r--r-- | kresources/lib/davcalendaradaptor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/lib/davcalendaradaptor.h b/kresources/lib/davcalendaradaptor.h index 3c4a7bc4f..b7aba04ea 100644 --- a/kresources/lib/davcalendaradaptor.h +++ b/kresources/lib/davcalendaradaptor.h @@ -23,7 +23,7 @@ #include "calendaradaptor.h" #include "folderlister.h" -#include <qdom.h> +#include <tqdom.h> #include <kdepimmacros.h> namespace KCal { @@ -41,10 +41,10 @@ class KDE_EXPORT DavCalendarAdaptor : public CalendarAdaptor 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; }; } |