diff -r a9f1d0e21384 -r 33e489bb7487 contactengine/mainwindow.h --- a/contactengine/mainwindow.h Fri Aug 13 13:03:12 2010 -0700 +++ b/contactengine/mainwindow.h Fri Aug 13 15:33:51 2010 -0700 @@ -15,11 +15,16 @@ public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); + void createMenus(); public slots: void errorOccurred(QString errMsg); + void displayVersion(); + private: + QAction *verAction; + QAction *exitAction; Ui::MainWindow *ui; ContactsEngine *ce; };