X-Git-Url: https://ruin.nu/git/?p=adress.git;a=blobdiff_plain;f=contactmodifyer.h;fp=contactmodifyer.h;h=df4d4a6ccaf423262dacbd9b6e967d545cf145af;hp=0000000000000000000000000000000000000000;hb=1197b29fa2d68f604352fe6eef3e9776a63bb87b;hpb=97d32657e457f990452112c648912cd192b35891 diff --git a/contactmodifyer.h b/contactmodifyer.h new file mode 100644 index 0000000..df4d4a6 --- /dev/null +++ b/contactmodifyer.h @@ -0,0 +1,24 @@ +#ifndef CONTACTMODIFIER_H +#define CONTACTMODIFIER_H +#include "ui/contactmodifyerbase.h" + +class CContact; + +class ContactModifier : public ContactModifierBase +{ + Q_OBJECT + +public: + ContactModifier(CContact* contact = 0, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ~ContactModifier(); + + +public slots: + void slotOK(); + +protected: + CContact* m_contact; + +}; + +#endif // CONTACTMODIFIER_H