23#include "kmprinterpage.h" 
   28class KMInfoPage : 
public TQWidget, 
public KMPrinterPage
 
   31    KMInfoPage(TQWidget *parent = 0, 
const char *name = 0);
 
   34    void setPrinter(KMPrinter *p);
 
   37    TQLabel *m_title, *m_titlepixmap;
 
   38    TQLabel *m_location, *m_description, *m_uri, *m_model, *m_type, *m_state, *m_device;