and now with the old appletbrowser out of the way, move the

AppletBrowserWindow-now-AppletBrowser files to where they once were (oh
what we go through to make sure nobody's builds break and svn doesn't
puke on me)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=717963
This commit is contained in:
Aaron J. Seigo 2007-09-27 19:55:18 +00:00
parent a64cea3758
commit 8db658db8e
4 changed files with 13 additions and 6 deletions

View File

@ -17,7 +17,7 @@ set(plasma_LIB_SRCS
abstractrunner.cpp
animator.cpp
applet.cpp
appletbrowser/appletbrowser.cpp
appletbrowser.cpp
appletbrowser/kcategorizeditemsview.cpp
appletbrowser/kcategorizeditemsviewdelegate.cpp
appletbrowser/kcategorizeditemsviewmodels.cpp
@ -102,7 +102,7 @@ set(plasma_LIB_INCLUDES
abstractrunner.h
animator.h
applet.h
appletbrowser/appletbrowser.h
appletbrowser.h
configxml.h
containment.h
corona.h

View File

@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "appletbrowser.h"
#include "plasma/appletbrowser.h"
#include <KAction>
#include <KStandardAction>
@ -25,8 +25,8 @@
#include "plasma/corona.h"
#include "plasma/containment.h"
#include "plasmaappletitemmodel_p.h"
#include "kcategorizeditemsview_p.h"
#include "plasma/appletbrowser/plasmaappletitemmodel_p.h"
#include "plasma/appletbrowser/kcategorizeditemsview_p.h"
namespace Plasma
{

View File

@ -37,7 +37,14 @@ public:
virtual ~AppletBrowser();
protected Q_SLOTS:
/**
* Adds currently selected applets
*/
void addApplet();
/**
* Launches a download dialog to retrieve new applets from the Internet
*/
void downloadApplets();
private:

View File

@ -49,7 +49,7 @@
#include "ksmserver_interface.h"
#include "screensaver_interface.h"
#include "appletbrowser/appletbrowser.h"
#include "appletbrowser.h"
namespace Plasma
{