vcardviewer.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef VCARDVIEWER_H
00021 #define VCARDVIEWER_H
00022
00023 #include <kdialogbase.h>
00024
00025 class QString;
00026 namespace KPIM {
00027 class AddresseeView;
00028 }
00029
00030 namespace KMail {
00031
00032 class VCardViewer : public KDialogBase
00033 {
00034 Q_OBJECT
00035 public:
00036 VCardViewer(QWidget *parent, const QString& vCard, const char* name);
00037 virtual ~VCardViewer();
00038
00039 protected:
00040 virtual void slotUser1();
00041
00042 private:
00043 KPIM::AddresseeView * mAddresseeView;
00044 };
00045
00046 }
00047
00048 #endif // VCARDVIEWER_H
00049
This file is part of the documentation for kmail Library Version 3.2.2.