Added help and about dialogs and actions
[cuteexplorer] / src / mainwindow.h
index 8e9c517..b2fa0f9 100644 (file)
@@ -13,13 +13,16 @@ 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;