diff options
Diffstat (limited to 'src/script/qscriptable.cpp')
-rw-r--r-- | src/script/qscriptable.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script/qscriptable.cpp b/src/script/qscriptable.cpp index 5da9e95..a84f839 100644 --- a/src/script/qscriptable.cpp +++ b/src/script/qscriptable.cpp @@ -34,15 +34,15 @@ ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you are unsure which license is appropriate for your use, please -** contact the sales department at http://www.qtsoftware.com/contact. +** contact the sales department at http://qt.nokia.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ -#ifndef QT_NO_QOBJECT - #include "qscriptable.h" +#ifndef QT_NO_QOBJECT + #ifndef QT_NO_SCRIPT #include "qscriptable_p.h" |