All Qt modules are now in the :qt package.
src/ui.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/ui.lisp 2014-10-30 07:37:53.000000000 +0100
+++ new-qt.examples/src/ui.lisp 2014-10-30 07:37:53.000000000 +0100
@@ -6,7 +6,7 @@
(defun load-ui-file ()
"Load a Qt Designer .ui file"
(qt:with-app
- (let ((loader (make-instance 'qt.uitools:ui-loader))
+ (let ((loader (make-instance 'qt:ui-loader))
(file (make-instance 'qt:file))
(widget))
(setf (cxx:file-name file)