20 #include "kmwinfopage.h"
25 #include <tdelocale.h>
26 #include <kactivelabel.h>
28 KMWInfoPage::KMWInfoPage(TQWidget *parent,
const char *name)
29 : KMWizardPage(parent,name)
31 m_ID = KMWizard::Start;
32 m_title = i18n(
"Introduction");
33 m_nextpage = KMWizard::Backend;
36 KActiveLabel *m_label =
new KActiveLabel(
this);
37 m_label->setText(i18n(
"<p>Welcome,</p><br>"
38 "<p>This wizard will help to install a new printer on your computer. "
39 "It will guide you through the various steps of the process of installing "
40 "and configuring a printer for your printing system. At each step, you "
41 "can always go back using the <b>Back</b> button.</p><br>"
42 "<p>We hope you enjoy this tool!</p><br>"));
44 TQVBoxLayout *main_ =
new TQVBoxLayout(
this, 0, 0);
45 main_->addWidget(m_label);