summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/logintask.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-12-10 01:24:17 +0100
committerSlávek Banko <[email protected]>2019-12-10 01:24:17 +0100
commit91ba38a1df42b56caa73babc90ffa4f674c000d4 (patch)
treecb65a7a13ac72de8a4ef610424da9195edca0a0c /kopete/protocols/oscar/liboscar/logintask.h
parentf2553c2ff47de1bcf060f22edd5c23d9cb653bc3 (diff)
downloadtdenetwork-91ba38a1df42b56caa73babc90ffa4f674c000d4.tar.gz
tdenetwork-91ba38a1df42b56caa73babc90ffa4f674c000d4.zip
kopete: Restore the AIM protocol because a replacement AIM server was created.
This reverts commits 036b0229db and dc34f9c391. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kopete/protocols/oscar/liboscar/logintask.h')
-rw-r--r--kopete/protocols/oscar/liboscar/logintask.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/kopete/protocols/oscar/liboscar/logintask.h b/kopete/protocols/oscar/liboscar/logintask.h
index 626de7bb..3e1a21c5 100644
--- a/kopete/protocols/oscar/liboscar/logintask.h
+++ b/kopete/protocols/oscar/liboscar/logintask.h
@@ -1,6 +1,6 @@
/*
Kopete Oscar Protocol
- logintask.h - Handles logging into to the ICQ service
+ logintask.h - Handles logging into to the AIM or ICQ service
Copyright (c) 2004 Matt Rogers <[email protected]>
@@ -23,6 +23,7 @@
#include "oscartypes.h"
#include "task.h"
+#include "aimlogintask.h"
#include "icqlogintask.h"
#include "closeconnectiontask.h"
@@ -69,6 +70,7 @@ public:
public slots:
void closeTaskFinished();
+ void aimTaskFinished();
protected:
bool forMe( Transfer* transfer ) const;
@@ -76,6 +78,7 @@ protected:
private:
//Tasks we want to control
+ AimLoginTask* m_aimTask;
IcqLoginTask* m_icqTask;
CloseConnectionTask* m_closeTask;