Creating the configuration dialog and showing it.
[akonadigoogledata.git] / dlgGoogleDataConf.h
bloba12a5992971244a20cbbf21049e9a4c9ea7e44e7
1 #ifndef __DLG_GOOGLE_DATA__
2 #define __DLG_GOOGLE_DATA__
4 #include <QDialog>
5 #include "ui_GoogleData.h"
7 class dlgGoogleDataConf : public QDialog, public Ui::dlgGoogleDataConf
10 Q_OBJECT
11 public:
12 dlgGoogleDataConf(QWidget *parent = 0);
14 private slots:
16 /* add some slots here */
20 #endif