From 570ae40f57f048d53ed32d035804746a11489f48 Mon Sep 17 00:00:00 2001 From: Jens Bache-Wiig Date: Tue, 18 Sep 2012 13:55:45 +0200 Subject: Remove CDE and Motif styles from qtbase It is time to clean up some of our legacy code. These styles have not been actively maintained for a long time and I think it is safe to say that they should no longer belong as part of the default distribution of Qt. We dont support any platforms based on CDE with our source packages. Note that even if we are removing these styles from the default distribution of Qt, applications that depend on them will still be able to bundle the existing (and unmodified) styles along with their own source code as we are not breaking compatibility. Change-Id: I1709630c20ba8e8088cd01628628d86856db57a4 Reviewed-by: J-P Nurmi Reviewed-by: Jens Bache-Wiig --- src/widgets/doc/snippets/code/src_gui_styles_qstyle.cpp | 2 +- src/widgets/doc/src/widgets-and-layouts/gallery.qdoc | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'src/widgets/doc') diff --git a/src/widgets/doc/snippets/code/src_gui_styles_qstyle.cpp b/src/widgets/doc/snippets/code/src_gui_styles_qstyle.cpp index e1c97c3dd2..bba4ee3654 100644 --- a/src/widgets/doc/snippets/code/src_gui_styles_qstyle.cpp +++ b/src/widgets/doc/snippets/code/src_gui_styles_qstyle.cpp @@ -39,7 +39,7 @@ ****************************************************************************/ //! [0] -./myapplication -style motif +./myapplication -style windows //! [0] diff --git a/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc b/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc index bf1285f2f5..64bdd3ab9a 100644 --- a/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc +++ b/src/widgets/doc/src/widgets-and-layouts/gallery.qdoc @@ -72,13 +72,6 @@ \caption \l{GTK Style Widget Gallery} The GTK style is provided by QGtkStyle. - \li \image motif-tabwidget.png Motif Style Widget Gallery - \caption \l{Motif Style Widget Gallery} - The Motif style is provided by QMotifStyle. - \li \image cde-tabwidget.png CDE Style Widget Gallery - \caption \l{CDE Style Widget Gallery} - - The Common Desktop Environment style is provided by QCDEStyle. \endtable */ -- cgit v1.2.3