00001 #ifndef OSSOABOOKDIALOG_H
00002 #define OSSOABOOKDIALOG_H
00003
00004 #include <QObject>
00005 #include <QStringList>
00006
00007 #undef signals // Collides with GTK symbols
00008 #include <libosso-abook/osso-abook.h>
00009
00013 class OssoABookDialog : public QObject
00014 {
00015 Q_OBJECT
00016 public:
00022 OssoABookDialog(QObject *parent = 0);
00023
00024
00025
00026
00032 static void showContactDialog(const QString &id);
00033
00034 private:
00041 static OssoABookContact *lookup(const QString& id);
00042 };
00043
00044 #endif // OSSOABOOKDIALOG_H