make webinterface translatable. there are around 20 short strings, all with context...
[kdenetwork.git] / kopete / protocols / sms / smsaddcontactpage.h
blob3beefba1ac5f19e58a78e28e2c14b6dace0e5b56
1 /* *************************************************************************
2 * copyright: (C) 2003 Richard Lärkäng <nouseforaname@home.se> *
3 *************************************************************************
4 */
6 /* *************************************************************************
7 * *
8 * This program is free software; you can redistribute it and/or modify *
9 * it under the terms of the GNU General Public License as published by *
10 * the Free Software Foundation; either version 2 of the License, or *
11 * (at your option) any later version. *
12 * *
13 *************************************************************************
16 #ifndef SMSADDCONTACTPAGE_H
17 #define SMSADDCONTACTPAGE_H
19 #include <qwidget.h>
20 #include <addcontactpage.h>
21 #include <qlabel.h>
23 class smsAddUI;
25 class SMSAddContactPage : public AddContactPage
27 Q_OBJECT
28 public:
29 SMSAddContactPage(QWidget *parent=0);
30 ~SMSAddContactPage();
31 smsAddUI *smsdata;
32 virtual bool validateData();
33 virtual bool apply( Kopete::Account*, Kopete::MetaContact* );
37 #endif
42 * Local variables:
43 * c-indentation-style: k&r
44 * c-basic-offset: 8
45 * indent-tabs-mode: t
46 * End:
48 // vim: set noet ts=4 sts=4 sw=4: