Added call log and German translation.
[jenirok] / src / gui / searchdialog.h
index 05c54c5..2f57a9b 100644 (file)
@@ -25,6 +25,7 @@
 #include <QtGui/QLineEdit>
 #include <QMaemo5ListPickSelector>
 #include "buttonselector.h"
+#include "source.h"
 
 class SearchDialog : public QDialog
 {
@@ -36,7 +37,7 @@ public:
     {
         QString name;
         QString location;
-        int type;
+        Source::SearchType type;
     };
 
     SearchDialog(QWidget* parent = 0);