Rename the toolbox files to be desktop specific.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=751080
This commit is contained in:
parent
4a23298a2c
commit
610945f0fc
@ -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
|
||||
|
@ -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"
|
||||
|
@ -17,7 +17,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "toolbox_p.h"
|
||||
#include "desktoptoolbox_p.h"
|
||||
|
||||
#include <QGraphicsSceneHoverEvent>
|
||||
#include <QPainter>
|
||||
@ -213,5 +213,5 @@ QGraphicsItem* DesktopToolbox::tool(const QString &toolName) const
|
||||
|
||||
} // plasma namespace
|
||||
|
||||
#include "toolbox_p.moc"
|
||||
#include "desktoptoolbox_p.moc"
|
||||
|
Loading…
Reference in New Issue
Block a user