diff options
Diffstat (limited to 'src/aboutwindow.h')
-rw-r--r-- | src/aboutwindow.h | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/src/aboutwindow.h b/src/aboutwindow.h index f87a10e..5640f02 100644 --- a/src/aboutwindow.h +++ b/src/aboutwindow.h @@ -23,18 +23,15 @@ * You should have received a copy of the GNU General Public License * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. - */ -#include "config.h" -#ifdef USE_GUI - + */ #ifndef __ABOUTWINDOW_H__ #define __ABOUTWINDOW_H__ -#include <qdialog.h> -//#include <qlabel.h> -#include <qpixmap.h> -//#include <qtextedit.h> -#include <qpushbutton.h> +#include <QDialog> +//#include <QLabel> +#include <QPixmap> +//#include <QTextEdit> +#include <QPushButton> #define PIXMAP_ABOUT PIXMAPS"/about.png" /* @@ -79,5 +76,3 @@ private: }; #endif /* __ABOUTWINDOW_H__ */ - -#endif /*USE_GUI*/ |