diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-02-11 01:03:23 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-02-11 01:03:23 +0000 |
commit | 06f34a151f59343809154268da272022994fef45 (patch) | |
tree | 304ff0a391dba216af9de735fc77a4780fd4acdb /src/gatscon/clientwidget.h | |
parent | 4843dede4add1764ced095ecf3e41ecc3a53240e (diff) | |
download | libgats-06f34a151f59343809154268da272022994fef45.tar.gz libgats-06f34a151f59343809154268da272022994fef45.tar.bz2 libgats-06f34a151f59343809154268da272022994fef45.tar.xz libgats-06f34a151f59343809154268da272022994fef45.zip |
Builds gatscon for windows now :)
Diffstat (limited to 'src/gatscon/clientwidget.h')
-rw-r--r-- | src/gatscon/clientwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gatscon/clientwidget.h b/src/gatscon/clientwidget.h index 5ff18fb..06c154d 100644 --- a/src/gatscon/clientwidget.h +++ b/src/gatscon/clientwidget.h | |||
@@ -1,6 +1,7 @@ | |||
1 | #ifndef CLIENT_WIDGET_H | 1 | #ifndef CLIENT_WIDGET_H |
2 | #define CLIENT_WIDGET_H | 2 | #define CLIENT_WIDGET_H |
3 | 3 | ||
4 | #include <QObject> | ||
4 | #include "ui_clientwidget.h" | 5 | #include "ui_clientwidget.h" |
5 | #include "iobase.h" | 6 | #include "iobase.h" |
6 | 7 | ||