Rename the toolbox files to be desktop specific.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=751080
This commit is contained in:
Aaron Eisenberg 2007-12-21 01:14:32 +00:00
parent 4a23298a2c
commit 610945f0fc
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ set(plasma_LIB_SRCS
shadowitem.cpp shadowitem.cpp
svg.cpp svg.cpp
theme.cpp theme.cpp
toolbox.cpp desktoptoolbox.cpp
uiloader.cpp uiloader.cpp
view.cpp view.cpp
widgets/checkbox.cpp widgets/checkbox.cpp

View File

@ -39,7 +39,7 @@
#include "applethandle_p.h" #include "applethandle_p.h"
#include "corona.h" #include "corona.h"
#include "phase.h" #include "phase.h"
#include "toolbox_p.h" #include "desktoptoolbox_p.h"
#include "svg.h" #include "svg.h"
#include "layouts/freelayout.h" #include "layouts/freelayout.h"

View File

@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include "toolbox_p.h" #include "desktoptoolbox_p.h"
#include <QGraphicsSceneHoverEvent> #include <QGraphicsSceneHoverEvent>
#include <QPainter> #include <QPainter>
@ -213,5 +213,5 @@ QGraphicsItem* DesktopToolbox::tool(const QString &toolName) const
} // plasma namespace } // plasma namespace
#include "toolbox_p.moc" #include "desktoptoolbox_p.moc"