summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-23 14:05:55 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-23 14:05:55 -0500
commit312367cefdf19b35b423cce9d15e937f02f71ac7 (patch)
tree2332fcb0872270c0b0f337268ce105e8bbd30881 /sigmod
parent91fe2fa3fb88af4082b203a3bee74e234b948694 (diff)
downloadsigen-312367cefdf19b35b423cce9d15e937f02f71ac7.tar.gz
sigen-312367cefdf19b35b423cce9d15e937f02f71ac7.tar.xz
sigen-312367cefdf19b35b423cce9d15e937f02f71ac7.zip
Fixed includes from sigcore/Global.h
Diffstat (limited to 'sigmod')
-rw-r--r--sigmod/Object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sigmod/Object.h b/sigmod/Object.h
index 7340a16a..5f334272 100644
--- a/sigmod/Object.h
+++ b/sigmod/Object.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2007-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -35,6 +35,7 @@
#include <QtCore/QObject>
#include <QtCore/QPoint>
#include <QtCore/QRect>
+#include <QtCore/QStringList>
#include <QtCore/QVariant>
#include <QtCore/QVarLengthArray>
#include <QtXml/QDomElement>