All Qt modules are now in the :qt package.
src/launcher.lisp
Sun Jun 21 11:28:55 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* All Qt modules are now in the :qt package.
--- old-qt.examples/src/launcher.lisp 2014-10-30 07:37:52.000000000 +0100
+++ new-qt.examples/src/launcher.lisp 2014-10-30 07:37:52.000000000 +0100
@@ -29,4 +29,4 @@
(qt:with-app
(let ((launcher (make-instance 'launcher)))
(cxx:show launcher)
- (qt:exec))))
+ (qt:exec launcher))))