summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginwidget.h
Unidiff
Diffstat (limited to 'core/pim/today/plugins/addressbook/addresspluginwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addresspluginwidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginwidget.h b/core/pim/today/plugins/addressbook/addresspluginwidget.h
index b1c690d..25b3098 100644
--- a/core/pim/today/plugins/addressbook/addresspluginwidget.h
+++ b/core/pim/today/plugins/addressbook/addresspluginwidget.h
@@ -7,49 +7,48 @@
7 * This implementation was derived from the todolist plugin implementation 7 * This implementation was derived from the todolist plugin implementation
8 * 8 *
9 */ 9 */
10/*************************************************************************** 10/***************************************************************************
11 * * 11 * *
12 * This program is free software; you can redistribute it and/or modify * 12 * This program is free software; you can redistribute it and/or modify *
13 * it under the terms of the GNU General Public License as published by * 13 * it under the terms of the GNU General Public License as published by *
14 * the Free Software Foundation; either version 2 of the License, or * 14 * the Free Software Foundation; either version 2 of the License, or *
15 * (at your option) any later version. * 15 * (at your option) any later version. *
16 * * 16 * *
17 ***************************************************************************/ 17 ***************************************************************************/
18 18
19#ifndef ADDRESSBOOK_PLUGIN_WIDGET_H 19#ifndef ADDRESSBOOK_PLUGIN_WIDGET_H
20#define ADDRESSBOOK_PLUGIN_WIDGET_H 20#define ADDRESSBOOK_PLUGIN_WIDGET_H
21 21
22#include <opie2/ocontactaccess.h> 22#include <opie2/ocontactaccess.h>
23#include <opie2/oclickablelabel.h> 23#include <opie2/oclickablelabel.h>
24 24
25#include <qstring.h> 25#include <qstring.h>
26#include <qwidget.h> 26#include <qwidget.h>
27#include <qlayout.h> 27#include <qlayout.h>
28 28
29 29
30class AddressBookPluginWidget : public QWidget { 30class AddressBookPluginWidget : public QWidget {
31
32 Q_OBJECT 31 Q_OBJECT
33 32
34public: 33public:
35 AddressBookPluginWidget( QWidget *parent, const char *name ); 34 AddressBookPluginWidget( QWidget *parent, const char *name );
36 ~AddressBookPluginWidget(); 35 ~AddressBookPluginWidget();
37 36
38 void reinitialize(); 37 void reinitialize();
39public slots: 38public slots:
40 void refresh( const Opie::OPimContactAccess* db ); 39 void refresh( const Opie::OPimContactAccess* db );
41 40
42protected slots: 41protected slots:
43 void startAddressBook(); 42 void startAddressBook();
44 43
45private: 44private:
46 Opie::Ui::OClickableLabel* addressLabel; 45 Opie::Ui::OClickableLabel* addressLabel;
47 QVBoxLayout* layoutTodo; 46 QVBoxLayout* layoutTodo;
48 Opie::OPimContactAccess * m_contactdb; 47 Opie::OPimContactAccess * m_contactdb;
49 48
50 Opie::OPimContactAccess::List m_list; 49 Opie::OPimContactAccess::List m_list;
51 Opie::OPimContactAccess::List::Iterator m_it; 50 Opie::OPimContactAccess::List::Iterator m_it;
52 51
53 void readConfig(); 52 void readConfig();
54 void getAddress(); 53 void getAddress();
55 int m_maxLinesTask; 54 int m_maxLinesTask;