From 8ca163d06da1c87b60ef690063e9e8c821b9bb56 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 12 Aug 2010 07:40:30 +0000 Subject: [PATCH] Fix forward declaration svn path=/trunk/KDE/kdebase/workspace/; revision=1162578 --- effects/dashboard/dashboard.h | 2 -- effects/zoom/zoom_config.h | 1 - 2 files changed, 3 deletions(-) diff --git a/effects/dashboard/dashboard.h b/effects/dashboard/dashboard.h index b0eb8f9b9a..100614de3e 100644 --- a/effects/dashboard/dashboard.h +++ b/effects/dashboard/dashboard.h @@ -29,8 +29,6 @@ along with this program. If not, see . namespace KWin { -class GLRenderTarget; -class GLTexture; class DashboardEffect : public KWin::Effect { diff --git a/effects/zoom/zoom_config.h b/effects/zoom/zoom_config.h index bcd4848189..63a42553e3 100644 --- a/effects/zoom/zoom_config.h +++ b/effects/zoom/zoom_config.h @@ -26,7 +26,6 @@ along with this program. If not, see . #include "ui_zoom_config.h" -class KShortcutsEditor; namespace KWin {