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:14 +0100 |
commit | dc34f9c39105b0fe20ba45c064a08406084acbe2 (patch) | |
tree | 8c9aa539bbf33b8f6529a9adbc3445da88ba277e /kopete/protocols/oscar/aim/ui/aimaddcontactpage.h | |
parent | f6fd4ab6c01a9deb7a1eabb7f8aa908676831eba (diff) | |
download | tdenetwork-dc34f9c39105b0fe20ba45c064a08406084acbe2.tar.gz tdenetwork-dc34f9c39105b0fe20ba45c064a08406084acbe2.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]>
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; - |