diff options
| author | manuel <manuel@mausz.at> | 2011-04-05 01:29:33 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-05 01:29:33 +0200 |
| commit | 4232f8450d896068713d988cf5541835c3818682 (patch) | |
| tree | 470916a3e1978419d41115eb1e87a0928769e03c /pacman-c++/client.h | |
| parent | 3dba415cd9741874cdaf0781d7e725808c8a2b8d (diff) | |
| download | foop-4232f8450d896068713d988cf5541835c3818682.tar.gz foop-4232f8450d896068713d988cf5541835c3818682.tar.bz2 foop-4232f8450d896068713d988cf5541835c3818682.zip | |
- we love ogg, we hate mp3/wav
- a lot of coding style/intent fix
- add constant.h to pro files
Diffstat (limited to 'pacman-c++/client.h')
| -rw-r--r-- | pacman-c++/client.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pacman-c++/client.h b/pacman-c++/client.h index 2816ec2..272d110 100644 --- a/pacman-c++/client.h +++ b/pacman-c++/client.h | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | #ifndef CLIENT_H | 1 | #ifndef CLIENT_H |
| 2 | #define CLIENT_H | 2 | #define CLIENT_H |
| 3 | 3 | ||
| 4 | #include <QtGui> | ||
| 5 | |||
| 6 | #include "mainwidget.h" | 4 | #include "mainwidget.h" |
| 5 | #include <QtGui> | ||
| 7 | 6 | ||
| 8 | class Client | 7 | class Client |
| 9 | : public QMainWindow { | 8 | : public QMainWindow { |
| @@ -15,4 +14,4 @@ private: | |||
| 15 | MainWidget *mainWidget; | 14 | MainWidget *mainWidget; |
| 16 | }; | 15 | }; |
| 17 | 16 | ||
| 18 | #endif // CLIENT_H \ No newline at end of file | 17 | #endif // CLIENT_H |
