added wwwpage and changed structure
[cuteexplorer] / cuteexplorer / src / searchdialog.h
diff --git a/cuteexplorer/src/searchdialog.h b/cuteexplorer/src/searchdialog.h
new file mode 100644 (file)
index 0000000..49dbd25
--- /dev/null
@@ -0,0 +1,23 @@
+#ifndef SEARCHDIALOG_H
+#define SEARCHDIALOG_H
+
+#include <QDialog>
+
+namespace Ui {
+    class SearchDialog;
+}
+
+class SearchDialog : public QDialog {
+    Q_OBJECT
+public:
+    SearchDialog(QWidget *parent = 0);
+    ~SearchDialog();
+
+protected:
+    void changeEvent(QEvent *e);
+
+private:
+    Ui::SearchDialog *ui;
+};
+
+#endif // SEARCHDIALOG_H