From 2f2b78321427daa8c7f0702140c297d22b0bf3c8 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Tue, 20 Mar 2012 20:21:30 -0700 Subject: Remove QWorkspace. QWorkspace had been called Q3Workspace before Qt4.0 finally released. In a sense, it is a Qt3 support Widget. And QWorkspace has been deprecated and replaced by QMdiArea at Qt4.3. Change-Id: Iea1bf831c9960c23c2b21d51fdc7c13b303642ea Reviewed-by: Friedemann Kleint Reviewed-by: Lars Knoll --- src/corelib/global/qconfig-small.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/corelib/global/qconfig-small.h') diff --git a/src/corelib/global/qconfig-small.h b/src/corelib/global/qconfig-small.h index e6cebfe110..9fca199964 100644 --- a/src/corelib/global/qconfig-small.h +++ b/src/corelib/global/qconfig-small.h @@ -282,9 +282,6 @@ #ifndef QT_NO_MENUBAR # define QT_NO_MENUBAR #endif -#ifndef QT_NO_WORKSPACE -# define QT_NO_WORKSPACE -#endif #ifndef QT_NO_PROGRESSBAR # define QT_NO_PROGRESSBAR #endif -- cgit v1.2.3