this is private stuff

svn path=/trunk/KDE/kdelibs/; revision=1019046
This commit is contained in:
Aaron J. Seigo 2009-09-02 17:35:52 +00:00
parent 00d4ed8f6d
commit 6e221c92a4
3 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@ install(FILES plasmoidservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/
include(MacroKAuth)
kde4_auth_add_helper(kcmremotewidgetshelper org.kde.kcontrol.kcmremotewidgets root remotewidgetshelper.cpp)
kde4_auth_add_helper(kcmremotewidgetshelper org.kde.kcontrol.kcmremotewidgets root private/remotewidgetshelper.cpp)
kde4_auth_register_actions(org.kde.kcontrol.kcmremotewidgets kcm_remotewidgets.actions)

View File

@ -17,7 +17,7 @@
*
*/
#include "remotewidgetshelper.h"
#include "remotewidgetshelper_p.h"
#include <QFile>
#include <QTextStream>