summaryrefslogtreecommitdiff
path: root/src/qookie.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 16:56:36 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 18:41:53 +0200
commit5746abc233d24e39e84effb481b3baac1e9fe19b (patch)
tree50087a7fb00a8fb27f911664ed3a492766bdda0e /src/qookie.cc
parentae67eeb9f42b882f41f359322863f608e05a568a (diff)
Make use of ctor externals for better cross-system compilation support.
Diffstat (limited to 'src/qookie.cc')
-rw-r--r--src/qookie.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qookie.cc b/src/qookie.cc
index b818fa1..538e900 100644
--- a/src/qookie.cc
+++ b/src/qookie.cc
@@ -24,7 +24,7 @@
* along with Qookie; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <QApplication>
+#include <QtWidgets/QApplication>
#include <iostream>