summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/sms/smsaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/sms/smsaccount.h')
-rw-r--r--kopete/protocols/sms/smsaccount.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kopete/protocols/sms/smsaccount.h b/kopete/protocols/sms/smsaccount.h
index 2547fe6c..1df8a63f 100644
--- a/kopete/protocols/sms/smsaccount.h
+++ b/kopete/protocols/sms/smsaccount.h
@@ -32,14 +32,14 @@ class SMSAccount : public Kopete::Account
Q_OBJECT
public:
- SMSAccount( SMSProtocol *parent, const QString &accountID, const char *name = 0L );
+ SMSAccount( SMSProtocol *parent, const TQString &accountID, const char *name = 0L );
~SMSAccount();
virtual KActionMenu* actionMenu(); // Per-protocol actions for the systray and the status bar
- virtual void setAway( bool away, const QString & );
+ virtual void setAway( bool away, const TQString & );
- void translateNumber(QString &theNumber);
+ void translateNumber(TQString &theNumber);
/**
* Checks to see if the message should be split or not, in case it is too long.
@@ -52,7 +52,7 @@ public:
public slots:
void loadConfig();
- void setOnlineStatus( const Kopete::OnlineStatus& status , const QString &reason = QString::null);
+ void setOnlineStatus( const Kopete::OnlineStatus& status , const TQString &reason = TQString::null);
public slots:
virtual void connect(const Kopete::OnlineStatus& initial= Kopete::OnlineStatus());
@@ -61,17 +61,17 @@ public slots:
protected slots:
virtual void slotSendingSuccess(const Kopete::Message &msg);
- virtual void slotSendingFailure(const Kopete::Message &msg, const QString &error);
+ virtual void slotSendingFailure(const Kopete::Message &msg, const TQString &error);
virtual void slotConnected();
virtual void slotDisconnected();
protected:
- bool createContact(const QString &contactId, Kopete::MetaContact *parentContact);
+ bool createContact(const TQString &contactId, Kopete::MetaContact *parentContact);
private:
bool theSubEnable;
- QString theSubCode;
+ TQString theSubCode;
SMSMsgAction theLongMsgAction;
SMSService* theService;
};