modular Smoke kdeui
src/kde.lisp
Sat Apr 3 19:29:08 CEST 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* modular Smoke kdeui
--- old-kde.ui/src/kde.lisp 2014-10-30 07:22:18.000000000 +0100
+++ new-kde.ui/src/kde.lisp 2014-10-30 07:22:18.000000000 +0100
@@ -1,4 +1,4 @@
-;;; Copyright (C) 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
+;;; Copyright (C) 2009, 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
;;;
;;; This program is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -25,11 +25,8 @@
;;; do so. If you do not wish to do so, delete this exception statement
;;; from your version.
-(in-package :kde)
+(in-package :cl-smoke.kde.ui)
-(smoke:define-smoke-module :kde libsmokekde
- (*kde-smoke* "kde_Smoke")
- (init-kde-smoke "init_kde_Smoke"))
-
-(eval-when (:load-toplevel :compile-toplevel :execute)
- (disable-dr-konqi))
+(smoke:define-smoke-module :kde libsmokekdeui
+ (*kdeui-smoke* "kdeui_Smoke")
+ (init-kdeui-smoke "init_kdeui_Smoke"))