summaryrefslogtreecommitdiffstats
path: root/kresources/newexchange/exchangeglobals.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /kresources/newexchange/exchangeglobals.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kresources/newexchange/exchangeglobals.h')
-rw-r--r--kresources/newexchange/exchangeglobals.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kresources/newexchange/exchangeglobals.h b/kresources/newexchange/exchangeglobals.h
index ba56830d..f8ad3317 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