moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kvoctrain / kvoctrain / common-dialogs / ProgressDlg.h
blob6be7a8a6f2c79bb18fec95374ce380bbafb67e1e
1 /***************************************************************************
3 progress dialog
5 -----------------------------------------------------------------------
7 begin : Mon Aug 16 17:41:11 1999
9 copyright : (C) 1999-2001 Ewald Arnold
10 (C) 2001 The KDE-EDU team
12 email : kvoctrain@ewald-arnold.de
14 -----------------------------------------------------------------------
16 ***************************************************************************/
18 /***************************************************************************
19 * *
20 * This program is free software; you can redistribute it and/or modify *
21 * it under the terms of the GNU General Public License as published by *
22 * the Free Software Foundation; either version 2 of the License, or *
23 * (at your option) any later version. *
24 * *
25 ***************************************************************************/
28 #ifndef ProgressDlg_included
29 #define ProgressDlg_included
31 #include "ProgressDlgForm.h"
33 class kvoctrainDoc;
35 class ProgressDlg : public ProgressDlgForm
37 Q_OBJECT
39 public:
41 ProgressDlg
43 const QString &doctitle,
44 const QString &filename,
45 const QString &title,
46 QWidget* parent = NULL,
47 const char* name = NULL
50 public slots:
51 void setValue( kvoctrainDoc *doc, int );
53 protected:
54 kvoctrainDoc *doc;
56 #endif // ProgressDlg_included