kservice_p.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
#ifndef __kservices_p_h__
00020
#define __kservices_p_h__
00021
00022
#include <qtimer.h>
00023
00024
#include <kprogress.h>
00025
00026
class KServiceProgressDialog :
public KProgressDialog
00027 {
00028 Q_OBJECT
00029
public:
00030 KServiceProgressDialog(
QWidget *parent,
const char *name,
00031
const QString &caption,
const QString &text);
00032
public slots:
00033
void slotProgress();
00034
void slotFinished();
00035
00036
private:
00037
QTimer m_timer;
00038
int m_timeStep;
00039 };
00040
00041
#endif
This file is part of the documentation for kio Library Version 3.3.1.