Cleaning up the code and adding includes.h
[qtdict.git] / includes.h
bloba25a0241c3e97028e4c7a667da73cb9da0c0a02c
1 // Copyright (c) 2008, Andrew BĂ©csi (andrewbecsi @ yahoo . co . uk)
2 //
3 // This program is free software, released under the GNU General Public License
4 // and you are welcome to redistribute it under certain conditions. It comes with
5 // ABSOLUTELY NO WARRANTY; for details read the GNU General Public License to be
6 // found in the file "COPYING" distributed with this program, or online at:
7 // http://www.gnu.org/copyleft/gpl.html
9 #ifndef INCLUDES_H
10 #define INCLUDES_H
11 #include <QApplication>
12 #include <QtGui>
13 #include <QtNetwork>
14 #include <QTextCodec>
15 #include <QDialog>
16 #include <QBuffer>
17 #include <QHttp>
18 #include <QHttpResponseHeader>
19 #endif