kmconfigdialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
#ifndef KMCONFIGDIALOG_H
00021
#define KMCONFIGDIALOG_H
00022
00023
#include <kdialogbase.h>
00024
#include <qptrlist.h>
00025
00026
#include "kmconfigpage.h"
00027
00028
class KDEPRINT_EXPORT KMConfigDialog :
public KDialogBase
00029 {
00030 Q_OBJECT
00031
public:
00032 KMConfigDialog(
QWidget *parent = 0,
const char *name = 0);
00033
00034
void addConfigPage(KMConfigPage*);
00035
00036
protected slots:
00037
void slotOk();
00038
00039
private:
00040
QPtrList<KMConfigPage> m_pages;
00041 };
00042
00043
#endif
This file is part of the documentation for kdeprint Library Version 3.4.0.