21 #include <tqapplication.h>
22 #include <tqpushbutton.h>
24 #include <kiconloader.h>
26 #include <tdeglobalsettings.h>
27 #include <kstdguiitem.h>
32 : TQWizard( parent, name, modal, f )
41 backButton()->setIconSet( back.iconSet() );
42 nextButton()->setIconSet( forward.iconSet() );
44 finishButton()->setIconSet( SmallIconSet(
"apply" ) );
45 cancelButton()->setIconSet( SmallIconSet(
"button_cancel" ) );
46 helpButton()->setIconSet( SmallIconSet(
"help" ) );
48 backButton()->setText( i18n(
"&Back" ) );
49 nextButton()->setText( i18n(
"Opposite to Back",
"&Next" ) );
52 TQFont font = titleFont();
57 #include "kwizard.moc"