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.
hunk ./src/class-browser.lisp 34
- :initform (make-instance 'qt.webkit:web-view)))
+ :initform (make-instance 'qt:web-view)))
hunk ./src/launcher.lisp 32
- (qt:exec))))
+ (qt:exec launcher))))
hunk ./src/ui.lisp 9
- (let ((loader (make-instance 'qt.uitools:ui-loader))
+ (let ((loader (make-instance 'qt:ui-loader))