summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/client.h')
-rw-r--r--pacman-c++/client.h5
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
8class Client 7class 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