diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
commit | 47c8a359c5276062c4bc17f0e82410f29081b502 (patch) | |
tree | 2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /kopete/plugins/webpresence/webpresenceplugin.h | |
parent | 6f82532777a35e0e60bbd2b290b2e93e646f349b (diff) | |
download | tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins/webpresence/webpresenceplugin.h')
-rw-r--r-- | kopete/plugins/webpresence/webpresenceplugin.h | 16 |
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; |