-rw-r--r-- | noncore/styles/metal/metal.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/styles/metal/metal.cpp b/noncore/styles/metal/metal.cpp index 5cb2d22..e13a249 100644 --- a/noncore/styles/metal/metal.cpp +++ b/noncore/styles/metal/metal.cpp | |||
@@ -1,34 +1,33 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | ** $Id$ | ||
3 | ** | 2 | ** |
4 | ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. | 3 | ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. |
5 | ** | 4 | ** |
6 | ** This file is part of an example program for Qt. This example | 5 | ** This file is part of an example program for Qt. This example |
7 | ** program may be used, distributed and modified without limitation. | 6 | ** program may be used, distributed and modified without limitation. |
8 | ** | 7 | ** |
9 | *****************************************************************************/ | 8 | *****************************************************************************/ |
10 | 9 | ||
11 | #include "metal.h" | 10 | #include "metal.h" |
12 | #include <qapplication.h> | 11 | #include <qapplication.h> |
13 | #include <qpushbutton.h> | 12 | #include <qpushbutton.h> |
14 | #include <qscrollbar.h> | 13 | #include <qscrollbar.h> |
15 | #include <limits.h> | 14 | #include <limits.h> |
16 | 15 | ||
17 | 16 | ||
18 | ///////////////////////////////////////////////////////// | 17 | ///////////////////////////////////////////////////////// |
19 | #include "stonedark.xpm" | 18 | #include "stonedark.xpm" |
20 | #include "stone1.xpm" | 19 | #include "stone1.xpm" |
21 | #include "marble.xpm" | 20 | #include "marble.xpm" |
22 | /////////////////////////////////////////////////////// | 21 | /////////////////////////////////////////////////////// |
23 | 22 | ||
24 | 23 | ||
25 | 24 | ||
26 | MetalStyle::MetalStyle() : QWindowsStyle() { } | 25 | MetalStyle::MetalStyle() : QWindowsStyle() { } |
27 | 26 | ||
28 | /*! | 27 | /*! |
29 | Reimplementation from QStyle | 28 | Reimplementation from QStyle |
30 | */ | 29 | */ |
31 | void MetalStyle::polish( QApplication *app) | 30 | void MetalStyle::polish( QApplication *app) |
32 | { | 31 | { |
33 | oldPalette = app->palette(); | 32 | oldPalette = app->palette(); |
34 | 33 | ||