24 #ifndef KADDRESSBOOKTABLEVIEW_H
25 #define KADDRESSBOOKTABLEVIEW_H
32 #include <tqlistview.h>
35 #include <tqtabdialog.h>
36 #include <tqstringlist.h>
37 #include <tqvaluelist.h>
39 #include "kaddressbookview.h"
47 class ContactListViewItem;
48 class ContactListView;
50 namespace TDEABC { class AddressBook; }
62 friend class ContactListView;
69 const char *name = 0 );
72 virtual void refresh( const TQString &uid = TQString() );
80 virtual TQString type() const { return "Table"; }
86 virtual void reconstructListView();
103 void rmbClicked( TDEListView*, TQListViewItem*, const TQPoint& );
111 TQVBoxLayout *mMainLayout;
112 ContactListView *mListView;
|