Replace mudballs with ASDF and support the modular Smoke.
src/mandelbrot/render.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/mandelbrot/render.lisp 2014-10-30 07:19:25.000000000 +0100
+++ new-kde.examples/src/mandelbrot/render.lisp 2014-10-30 07:19:25.000000000 +0100
@@ -14,7 +14,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
-(in-package :kde.examples)
+(in-package :cl-smoke.kde.examples)
(defun make-image (width height)
(make-instance 'qt:image :args (list width height