23 #include "kmwizardpage.h"
24 #include <tqptrlist.h>
29 class TDEPRINT_EXPORT KMWInfoBase :
public KMWizardPage
32 KMWInfoBase(
int n = 1, TQWidget *parent = 0,
const char *name = 0);
34 void setInfo(
const TQString&);
35 void setLabel(
int,
const TQString&);
36 void setText(
int,
const TQString&);
42 TQLineEdit* lineEdit(
int );
45 TQPtrList<TQLabel> m_labels;
46 TQPtrList<TQLineEdit> m_edits;