From 4ecf82795de54fba530ac9c386f3afff2174edbd Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Mon, 9 Jan 2012 08:53:17 +0100 Subject: Remove use of QT_MODULE from library These defines were there to aid in the commercial licensing scheme we used long ago, and are no longer needed. Keep a QT_MODULE(x) define so other modules continue compiling. Change-Id: I8fd76cd5270df8f14aee746b6cf32ebf7c23fec7 Reviewed-by: Lars Knoll --- src/gui/util/qdesktopservices.h | 1 - src/gui/util/qvalidator.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src/gui/util') diff --git a/src/gui/util/qdesktopservices.h b/src/gui/util/qdesktopservices.h index c439364525..96e985e927 100644 --- a/src/gui/util/qdesktopservices.h +++ b/src/gui/util/qdesktopservices.h @@ -51,7 +51,6 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -QT_MODULE(Gui) #ifndef QT_NO_DESKTOPSERVICES diff --git a/src/gui/util/qvalidator.h b/src/gui/util/qvalidator.h index a5f6beec55..b8a6417251 100644 --- a/src/gui/util/qvalidator.h +++ b/src/gui/util/qvalidator.h @@ -51,7 +51,6 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -QT_MODULE(Gui) #ifndef QT_NO_VALIDATOR -- cgit v1.2.3