configurewidget.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef KAB_CONFIGUREWIDGET_H
00025 #define KAB_CONFIGUREWIDGET_H
00026
00027 #include <qwidget.h>
00028
00029 #include <kconfig.h>
00030
00031 namespace KABC {
00032 class AddressBook;
00033 }
00034
00035 namespace KAB {
00036
00037 class ConfigureWidget : public QWidget
00038 {
00039 public:
00040 ConfigureWidget( KABC::AddressBook *ab, QWidget *parent, const char *name = 0 );
00041 ~ConfigureWidget();
00042
00049 virtual void restoreSettings( KConfig *cfg );
00050
00057 virtual void saveSettings( KConfig *cfg );
00058
00059
00063 KABC::AddressBook *addressBook() const;
00064
00065 private:
00066 KABC::AddressBook *mAddressBook;
00067 };
00068
00069 }
00070
00071 #endif
This file is part of the documentation for kaddressbook Library Version 3.2.2.