Revision 614217

Go back to digest for 17th December 2006

Other in KDE Base

Aaron J. Seigo committed changes in /trunk/KDE/kdebase/runtime:

`qdbus org.kde.krunner /MainApplication quit` became annoying to type. i figured i could make an alias for it or just plop down all 38 LOC it took to recreate my beloved dcopquit in dbus form. given that dcopquit simply evaporated from kdelibs after being part of kde for years, i figure there's no harm in putting this as part of the runtime.

i even put a couple of probably superfluous options in there just to inflate the line count and ameloriate the code for those who might kvetch about it not being generic enough ;)

p.s. QtDBus is a pleasure to use for these things. luv, me.

File Changes

Added 3 files
  • /trunk/KDE/kdebase/runtime/dbusquit
  •   /CMakeLists.txt
  •   /dbusquit.cpp
Modified 1 files
  • /trunk/KDE/kdebase/runtime/CMakeLists.txt
4 files changed in total