Replace mudballs with ASDF and support the modular Smoke.
src/hello-world.lisp
Sat Apr 3 19:19:09 CEST 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Replace mudballs with ASDF and support the modular Smoke.
--- old-kde.examples/src/hello-world.lisp 2014-10-30 07:19:16.000000000 +0100
+++ new-kde.examples/src/hello-world.lisp 2014-10-30 07:19:16.000000000 +0100
@@ -1,9 +1,10 @@
;;; Copyright 2009 Tobias Rautenkranz
;;; License: X11 license
-(in-package :kde.examples)
+(in-package :cl-smoke.kde.examples)
(defun hello-world ()
+ "KDE Hello World"
(kde:with-kde ("khelloworld" "Hello World" "0.1")
(let* ((window (make-instance 'kde:push-button :args '("Hello world"))))
(cxx:show window)