All Qt modules are now in the :qt package.
Sun Jun 21 11:28:55 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* All Qt modules are now in the :qt package.
diff -rN -u old-qt.examples/src/class-browser.lisp new-qt.examples/src/class-browser.lisp
--- old-qt.examples/src/class-browser.lisp 2014-10-30 06:59:53.000000000 +0100
+++ new-qt.examples/src/class-browser.lisp 2014-10-30 06:59:53.000000000 +0100
@@ -31,7 +31,7 @@
(info :reader class-info
:initform (make-instance 'qt:label))
(web-view :reader web-view
- :initform (make-instance 'qt.webkit:web-view)))
+ :initform (make-instance 'qt:web-view)))
(:metaclass cxx:class))
(defun setup-class-list (classes)
diff -rN -u old-qt.examples/src/launcher.lisp new-qt.examples/src/launcher.lisp
--- old-qt.examples/src/launcher.lisp 2014-10-30 06:59:53.000000000 +0100
+++ new-qt.examples/src/launcher.lisp 2014-10-30 06:59:53.000000000 +0100
@@ -29,4 +29,4 @@
(qt:with-app
(let ((launcher (make-instance 'launcher)))
(cxx:show launcher)
- (qt:exec))))
+ (qt:exec launcher))))
diff -rN -u old-qt.examples/src/ui.lisp new-qt.examples/src/ui.lisp
--- old-qt.examples/src/ui.lisp 2014-10-30 06:59:53.000000000 +0100
+++ new-qt.examples/src/ui.lisp 2014-10-30 06:59: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)