added wwwpage and changed structure
[cuteexplorer] / src / mainwindow.h
diff --git a/src/mainwindow.h b/src/mainwindow.h
deleted file mode 100644 (file)
index b2fa0f9..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include <QMainWindow>
-
-namespace Ui {
-    class MainWindow;
-}
-
-class MainWindow : public QMainWindow {
-    Q_OBJECT
-public:
-    MainWindow(QWidget *parent = 0);
-    ~MainWindow();
-
-public slots:
-    void showHelp();
-    void showAbout();
-protected:
-    void changeEvent(QEvent *e);
-    void keyPressEvent(QKeyEvent *e);
-    void keyReleaseEvent(QKeyEvent *e);
-private slots:
-   void locationLineEnterKeyHandler();
-
-private:
-    Ui::MainWindow *ui;
-
-};
-
-#endif // MAINWINDOW_H