(in-package :kde.examples) (defun hello-world () (kde:with-kde ("khelloworld" "Hello World" "0.1") (let* ((window (make-instance 'kde:push-button :args '("Hello world")))) (cxx:show window) (qt:exec))))