tmp
diff --git a/src/contactpanel.h b/src/contactpanel.h
new file mode 100644
index 0000000..62e478d
--- /dev/null
+++ b/src/contactpanel.h
@@ -0,0 +1,22 @@
+#ifndef CONTACTPANEL_H
+#define CONTACTPANEL_H
+
+#include <QDialog>
+
+namespace Ui {
+class ContactPanel;
+}
+
+class ContactPanel : public QDialog
+{
+    Q_OBJECT
+
+public:
+    explicit ContactPanel(QWidget *parent = 0);
+    ~ContactPanel();
+
+private:
+    Ui::ContactPanel *ui;
+};
+
+#endif // CONTACTPANEL_H