20#include "kmconfigcups.h"
21#include "kmcupsconfigwidget.h"
29KMConfigCups::KMConfigCups(TQWidget *parent)
30: KMConfigPage(parent,
"ConfigCups")
32 setPageName(i18n(
"CUPS Server"));
33 setPageHeader(i18n(
"CUPS Server Settings"));
34 setPagePixmap(
"gear");
36 m_widget =
new KMCupsConfigWidget(
this);
38 TQVBoxLayout *lay0 =
new TQVBoxLayout(
this, 0, KDialog::spacingHint());
39 lay0->addWidget(m_widget);
43void KMConfigCups::loadConfig(TDEConfig *)
48void KMConfigCups::saveConfig(TDEConfig *conf)
50 m_widget->saveConfig(conf);