From 69a2c09baf07910be7ac3143ad68e35db0f35c12 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 14 Feb 2008 08:23:13 +0000 Subject: [PATCH] Add missing camelcase include svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=774849 --- CMakeLists.txt | 1 + includes/SvgPanel | 1 + 2 files changed, 2 insertions(+) create mode 100644 includes/SvgPanel diff --git a/CMakeLists.txt b/CMakeLists.txt index 9746fe6e3..677bf3809 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,6 +205,7 @@ install(FILES includes/SearchContext includes/SearchMatch includes/Svg + includes/SvgPanel includes/UiLoader includes/PackageMetadata includes/View diff --git a/includes/SvgPanel b/includes/SvgPanel new file mode 100644 index 000000000..26eadfc3d --- /dev/null +++ b/includes/SvgPanel @@ -0,0 +1 @@ +#include "../../plasma/svgpanel.h"