Initial commit, just the project skell
[slock] / src / mainwindow.h
1 #ifndef MAINWINDOW_H
2 #define MAINWINDOW_H
3
4 #include <QtGui/QMainWindow>
5
6 class MainWindow : public QMainWindow
7 {
8     Q_OBJECT
9
10 public:
11     MainWindow(QWidget *parent = 0);
12     ~MainWindow();
13 };
14
15 #endif // MAINWINDOW_H