From kde-pim Wed May 22 13:01:21 2002 From: Mike Pilone Date: Wed, 22 May 2002 13:01:21 +0000 To: kde-pim Subject: Re: [Kde-pim] KAddressBook Printing - the use of a QWizard X-MARC-Message: https://marc.info/?l=kde-pim&m=102207258810836 Are there any comments in the docs? Seems odd that there is an empty class. I would go with KWizard unless you find out otherwise. Switching to QWizard only means changing the class declaration which is easy enough. -mike On Tuesday 21 May 2002 10:21 pm, Mirko Boehm wrote: > Hey Folks, > > I just had a look at the HEAD CVS code for KWizard, and it seems to me > that a port from the currently used QWizard to a KWizard would be of > questionable sense: > > class KWizard : public QWizard > { > Q_OBJECT > public: > /** > * Constructor > */ > KWizard(QWidget *parent = 0, const char *name = 0, bool modal = false, > WFlags f = 0) : QWizard(parent, name, modal, f) {} > /** > * Destructor > */ > ~KWizard() {} > }; > > Do you think it is preferable to use a KWizard anyways or just leave it > to be a QWizard? > > CU, > --Mirko. -- Mike Pilone http://www.slac.com/mpilone/personal/ GPG Fingerprint = 856C 8B36 ECF7 9156 4611 7C6B C265 05C4 162F C3B5 See http://www.slac.com/mpilone/personal/mpilone_pub_key.gpg for full key. See http://www.gnupg.org for GPG information. _______________________________________________ kde-pim mailing list kde-pim@mail.kde.org http://mail.kde.org/mailman/listinfo/kde-pim kde-pim home page at http://pim.kde.org/