diff options
author | Slávek Banko <[email protected]> | 2017-12-30 15:57:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-12-30 15:57:29 +0100 |
commit | f59b2e28c7ab8707750e56a140023af08d42390e (patch) | |
tree | 1bbe97b78d7a1c2e6e3bf8bbe20110c01d48f157 /kopete/protocols/oscar/aim/ui/aimaddcontactpage.h | |
parent | 21ba13a5b4221c3659836abcab63417625294b19 (diff) | |
download | tdenetwork-f59b2e28c7ab8707750e56a140023af08d42390e.tar.gz tdenetwork-f59b2e28c7ab8707750e56a140023af08d42390e.zip |
kopete: Remove AIM protocol
AIM network has been shutdown in 2017-12-15
This resolves Bug 2846
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit dc34f9c39105b0fe20ba45c064a08406084acbe2)
Diffstat (limited to 'kopete/protocols/oscar/aim/ui/aimaddcontactpage.h')
-rw-r--r-- | kopete/protocols/oscar/aim/ui/aimaddcontactpage.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h b/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h deleted file mode 100644 index c3bcaa36..00000000 --- a/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h +++ /dev/null @@ -1,42 +0,0 @@ - -#ifndef AIMADDCONTACTPAGE_H -#define AIMADDCONTACTPAGE_H - -#include <tqwidget.h> -#include <tqlabel.h> -#include "addcontactpage.h" - -class aimAddContactUI; -class AIMAccount; -namespace Kopete -{ -class Account; -class MetaContact; -} - -class AIMAddContactPage : public AddContactPage -{ -Q_OBJECT - - -public: - AIMAddContactPage(bool connected, TQWidget *parent=0, - const char *name=0); - ~AIMAddContactPage(); - - /** Validates the data entered */ - virtual bool validateData(); - /** Applies the addition to the account */ - virtual bool apply( Kopete::Account *account, Kopete::MetaContact *); - -protected: - /** The actual GUI */ - aimAddContactUI *m_gui; - TQLabel *noaddMsg1; - TQLabel *noaddMsg2; - bool canadd; -}; -#endif - -//kate: tab-width 4; indent-mode csands; - |