summaryrefslogtreecommitdiffstats
path: root/kresources/lib/davaddressbookadaptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/lib/davaddressbookadaptor.h')
-rw-r--r--kresources/lib/davaddressbookadaptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/lib/davaddressbookadaptor.h b/kresources/lib/davaddressbookadaptor.h
index ef5c0407..bdf9e35b 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;
};
}