SVN commit 834330 by chani: SVN_SILENT: comment cleanup M +0 -5 CMakeLists.txt M +0 -1 containment/desktop.cpp M +1 -0 containment/desktop.h --- trunk/KDE/kdebase/workspace/krunner/lock/plasma/CMakeLists.txt #834329:834330 @@ -13,9 +13,6 @@ qt4_generate_dbus_interface(plasmaapp.h ${plasmaapp_dbusXML} OPTIONS -S -M) qt4_add_dbus_adaptor(plasma-overlay_SRCS ${CMAKE_CURRENT_BINARY_DIR}/${plasmaapp_dbusXML} plasmaapp.h PlasmaApp) -#set(ksmserver_xml ${KDEBASE_WORKSPACE_SOURCE_DIR}/ksmserver/org.kde.KSMServerInterface.xml) -#qt4_add_dbus_interface(plasma_SRCS ${ksmserver_xml} ksmserver_interface) - kde4_add_executable(plasma-overlay ${plasma-overlay_SRCS}) target_link_libraries(plasma-overlay plasma kworkspace ${KDE4_KIO_LIBS}) @@ -24,6 +21,4 @@ endif(X11_Xrender_FOUND) set_target_properties(plasma-overlay PROPERTIES OUTPUT_NAME plasma-overlay) -#install(TARGETS kdeinit_plasma-qgv DESTINATION ${LIB_INSTALL_DIR}) install(TARGETS plasma-overlay ${INSTALL_TARGETS_DEFAULT_ARGS}) -#install( FILES plasma.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) --- trunk/KDE/kdebase/workspace/krunner/lock/plasma/containment/desktop.cpp #834329:834330 @@ -64,7 +64,6 @@ QAction *lock = action("lock widgets"); if (lock) { lock->disconnect(this); - //TODO connect our signal connect(lock, SIGNAL(triggered(bool)), this, SLOT(toggleLock())); } --- trunk/KDE/kdebase/workspace/krunner/lock/plasma/containment/desktop.h #834329:834330 @@ -56,6 +56,7 @@ void paintInterface(QPainter *painter, const QStyleOptionGraphicsItem *option, const QRect& contentsRect); + signals: void locked(); void unlocked();