kmwbanners.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
#ifndef KMWBANNERS_H
00021
#define KMWBANNERS_H
00022
00023
#include "kmwizardpage.h"
00024
#include <qstringlist.h>
00025
00026
class QComboBox;
00027
00028
class KMWBanners :
public KMWizardPage
00029 {
00030
public:
00031 KMWBanners(
QWidget *parent = 0,
const char *name = 0);
00032
00033
void initPrinter(KMPrinter*);
00034
void updatePrinter(KMPrinter*);
00035
00036
private:
00037
QComboBox *m_start, *m_end;
00038
QStringList m_bans;
00039 };
00040
00041
QString mapBanner(
const QString& );
00042
00043
#endif
This file is part of the documentation for kdeprint Library Version 3.3.1.