diff options
Diffstat (limited to 'src/Theme.hh')
-rw-r--r-- | src/Theme.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Theme.hh b/src/Theme.hh index 3cdf5ff..19c709e 100644 --- a/src/Theme.hh +++ b/src/Theme.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Theme.hh,v 1.19 2002/11/30 20:14:04 fluxgen Exp $ | 25 | // $Id: Theme.hh,v 1.20 2002/11/30 20:57:35 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef THEME_HH | 27 | #ifndef THEME_HH |
28 | #define THEME_HH | 28 | #define THEME_HH |
@@ -37,8 +37,6 @@ | |||
37 | 37 | ||
38 | #include <string> | 38 | #include <string> |
39 | 39 | ||
40 | class BImageControl; | ||
41 | |||
42 | /** | 40 | /** |
43 | Main theme class, holds themes for | 41 | Main theme class, holds themes for |
44 | Window, toolbar, slit, menu and the rootCommand, for a specific screen. | 42 | Window, toolbar, slit, menu and the rootCommand, for a specific screen. |
@@ -47,7 +45,7 @@ class Theme { | |||
47 | public: | 45 | public: |
48 | 46 | ||
49 | Theme(Display *display, Window rootwindow, Colormap colormap, | 47 | Theme(Display *display, Window rootwindow, Colormap colormap, |
50 | int screennum, BImageControl *ic, const char *filename, const char *rootcommand); | 48 | int screennum, const char *filename, const char *rootcommand); |
51 | ~Theme(); | 49 | ~Theme(); |
52 | 50 | ||
53 | 51 | ||