cupsdpage.cpp
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
#include "cupsdpage.h"
00021
00022
#include <klocale.h>
00023
#include <qlabel.h>
00024
00025 CupsdPage::CupsdPage(
QWidget *parent,
const char *name)
00026 :
QWidget(parent, name)
00027 {
00028 conf_ = 0;
00029 path_.append(i18n(
"CUPS print system"));
00030
00031 deflabel_ =
new QLabel(i18n(
"Default"),
this);
00032 }
00033
00034 CupsdPage::~CupsdPage()
00035 {
00036 }
00037
00038
const QStringList& CupsdPage::pagePath()
00039 {
00040
return path_;
00041 }
00042
00043
const QString& CupsdPage::header()
00044 {
00045
return header_;
00046 }
00047
#include "cupsdpage.moc"
This file is part of the documentation for kdeprint Library Version 3.3.0.