From 025b05b26ca70d34149e8460d7dbfa91050db709 Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 1 Oct 2007 08:50:08 +0000 Subject: [PATCH] Moved qtcore include to cpp file. --- src/gui/qt/qttools/qthelper/qthelper.cpp | 1 + src/gui/qt/qttools/qthelper/qthelper.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/qttools/qthelper/qthelper.cpp b/src/gui/qt/qttools/qthelper/qthelper.cpp index b0c0f9f4..61070c78 100644 --- a/src/gui/qt/qttools/qthelper/qthelper.cpp +++ b/src/gui/qt/qttools/qthelper/qthelper.cpp @@ -10,6 +10,7 @@ // // #include "qthelper.h" +#include #include QtHelper::QtHelper() diff --git a/src/gui/qt/qttools/qthelper/qthelper.h b/src/gui/qt/qttools/qthelper/qthelper.h index 4e5594ad..eb2797ef 100644 --- a/src/gui/qt/qttools/qthelper/qthelper.h +++ b/src/gui/qt/qttools/qthelper/qthelper.h @@ -16,7 +16,6 @@ #error This file is not for the server. #endif -#include /** @author FThauer FHammer */