Hacking a way to get contacts data into akonadi: I'm reporting the
[akonadigoogledata.git] / dlgGoogleDataConf.cpp
blob4233b692f91d271e7909382598b6e591170f80e1
1 #include <QtGui>
2 #include "dlgGoogleDataConf.h"
4 dlgGoogleDataConf::dlgGoogleDataConf(QWidget *parent): QDialog(parent)
6 setupUi(this);
8 connect(buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
9 connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject()));