added wwwpage and changed structure
[cuteexplorer] / src / searchdialog.h
diff --git a/src/searchdialog.h b/src/searchdialog.h
deleted file mode 100644 (file)
index 49dbd25..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#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