ippreportdlg.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
#ifndef IPPREPORTDLG_H
00021
#define IPPREPORTDLG_H
00022
00023
#include <kdialogbase.h>
00024
00025
class IppRequest;
00026
class KTextEdit;
00027
00028
class IppReportDlg :
public KDialogBase
00029 {
00030 Q_OBJECT
00031
public:
00032 IppReportDlg(
QWidget *parent = 0,
const char *name = 0);
00033
static void report(IppRequest *req,
int group,
const QString& caption = QString::null);
00034
00035
protected slots:
00036
void slotUser1();
00037
00038
private:
00039 KTextEdit *m_edit;
00040 };
00041
00042
#endif
This file is part of the documentation for kdeprint Library Version 3.2.3.