summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/webpresence/webpresenceplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/webpresence/webpresenceplugin.h')
-rw-r--r--kopete/plugins/webpresence/webpresenceplugin.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kopete/plugins/webpresence/webpresenceplugin.h b/kopete/plugins/webpresence/webpresenceplugin.h
index 3aea9af0..6e8ba946 100644
--- a/kopete/plugins/webpresence/webpresenceplugin.h
+++ b/kopete/plugins/webpresence/webpresenceplugin.h
@@ -20,7 +20,7 @@
#ifndef WEBPRESENCEPLUGIN_H
#define WEBPRESENCEPLUGIN_H
-#include <qvaluestack.h>
+#include <tqvaluestack.h>
#include <kio/job.h>
@@ -33,7 +33,7 @@ namespace Kopete { class MetaContact; }
class KToggleAction;
class KActionCollection;
-typedef QValueList<Kopete::Protocol*> ProtocolList;
+typedef TQValueList<Kopete::Protocol*> ProtocolList;
class WebPresencePlugin : public Kopete::Plugin
{
@@ -43,8 +43,8 @@ private:
int frequency;
bool showAddresses;
bool useImName;
- QString userName;
- QString userStyleSheet;
+ TQString userName;
+ TQString userStyleSheet;
bool useImagesInHTML;
// Is set to true when Kopete has notified us
@@ -59,10 +59,10 @@ private:
WEB_UNDEFINED
} resultFormatting;
- QString resultURL;
+ TQString resultURL;
public:
- WebPresencePlugin( QObject *parent, const char *name, const QStringList &args );
+ WebPresencePlugin( TQObject *parent, const char *name, const TQStringList &args );
virtual ~WebPresencePlugin();
virtual void aboutToUnload();
@@ -108,11 +108,11 @@ protected:
/**
* Converts numeric status to a string
*/
- QString statusAsString( const Kopete::OnlineStatus &newStatus );
+ TQString statusAsString( const Kopete::OnlineStatus &newStatus );
/**
* Schedules writes
*/
- QTimer* m_writeScheduler;
+ TQTimer* m_writeScheduler;
// The file to be uploaded to the WWW
KTempFile *m_output;