summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/oscarversionupdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/oscarversionupdater.h')
-rw-r--r--kopete/protocols/oscar/oscarversionupdater.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/protocols/oscar/oscarversionupdater.h b/kopete/protocols/oscar/oscarversionupdater.h
index d6851f73..bb51cc9b 100644
--- a/kopete/protocols/oscar/oscarversionupdater.h
+++ b/kopete/protocols/oscar/oscarversionupdater.h
@@ -17,7 +17,7 @@
#ifndef OSCARVERSIONUPDATER_H
#define OSCARVERSIONUPDATER_H
-#include <qobject.h>
+#include <tqobject.h>
#include <oscartypes.h>
@@ -84,19 +84,19 @@ public:
void printDebug();
private slots:
- void slotTransferData( KIO::Job *job, const QByteArray &data );
+ void slotTransferData( KIO::Job *job, const TQByteArray &data );
void slotTransferResult( KIO::Job *job );
private:
- void parseDocument( QDomDocument& doc );
- bool parseVersion( Oscar::ClientVersion& version, QDomElement& element );
+ void parseDocument( TQDomDocument& doc );
+ bool parseVersion( Oscar::ClientVersion& version, TQDomElement& element );
/**
* Store version info structure to KConfigGroup
* @param group is the group name.
* @param version is version info structure.
*/
- void storeVersionInfo( const QString& group, const Oscar::ClientVersion& version ) const;
+ void storeVersionInfo( const TQString& group, const Oscar::ClientVersion& version ) const;
/**
* Compare two versions.
@@ -111,7 +111,7 @@ private:
Oscar::ClientVersion mAIMVersion;
KIO::TransferJob *mTransferJob;
- QByteArray mVersionData;
+ TQByteArray mVersionData;
unsigned int mStamp;
bool mUpdating;