From 610945f0fcba4bc0dc85606c50f3c4f08b8c8f86 Mon Sep 17 00:00:00 2001 From: Aaron Eisenberg Date: Fri, 21 Dec 2007 01:14:32 +0000 Subject: [PATCH] Rename the toolbox files to be desktop specific. svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=751080 --- CMakeLists.txt | 2 +- containment.cpp | 2 +- toolbox.cpp => desktoptoolbox.cpp | 4 ++-- toolbox_p.h => desktoptoolbox_p.h | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename toolbox.cpp => desktoptoolbox.cpp (98%) rename toolbox_p.h => desktoptoolbox_p.h (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 122faa59b..8d4554b24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ set(plasma_LIB_SRCS shadowitem.cpp svg.cpp theme.cpp - toolbox.cpp + desktoptoolbox.cpp uiloader.cpp view.cpp widgets/checkbox.cpp diff --git a/containment.cpp b/containment.cpp index a1f800a21..6ee4b2dd3 100644 --- a/containment.cpp +++ b/containment.cpp @@ -39,7 +39,7 @@ #include "applethandle_p.h" #include "corona.h" #include "phase.h" -#include "toolbox_p.h" +#include "desktoptoolbox_p.h" #include "svg.h" #include "layouts/freelayout.h" diff --git a/toolbox.cpp b/desktoptoolbox.cpp similarity index 98% rename from toolbox.cpp rename to desktoptoolbox.cpp index 7dedfaa94..d03d781e2 100644 --- a/toolbox.cpp +++ b/desktoptoolbox.cpp @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "toolbox_p.h" +#include "desktoptoolbox_p.h" #include #include @@ -213,5 +213,5 @@ QGraphicsItem* DesktopToolbox::tool(const QString &toolName) const } // plasma namespace -#include "toolbox_p.moc" +#include "desktoptoolbox_p.moc" diff --git a/toolbox_p.h b/desktoptoolbox_p.h similarity index 100% rename from toolbox_p.h rename to desktoptoolbox_p.h