~ubuntu-branches/ubuntu/precise/libkipi/precise-updates

« back to all changes in this revision

Viewing changes to libkipi/libkipi/batchprogressdialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-12-06 19:35:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051206193533-4m4yu4ibf2v3vrl6
Tags: 0.1.2-2ubuntu2
Build-dep on newest cdbs for po directory fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
//
17
17
//    You should have received a copy of the GNU Library General Public License
18
18
//    along with this program; if not, write to the Free Software
19
 
//    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
19
//    Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
//
21
21
//////////////////////////////////////////////////////////////////////////////
22
22
 
 
23
/** @file batchprogressdialog.h */
23
24
 
24
25
#ifndef BATCHPROGRESSDIALOG_H
25
26
#define BATCHPROGRESSDIALOG_H
27
28
// Include files for KDE
28
29
 
29
30
#include <kdialogbase.h>
30
 
 
 
31
#include "libkipi/libkipi_export.h"
31
32
class KListView;
32
33
class KProgress;
33
34
 
 
35
/** 
 
36
  @namespace KIPI 
 
37
  This is the namespace
 
38
*/
34
39
namespace KIPI
35
40
{
36
41
 
45
50
    ProgressMessage
46
51
};
47
52
 
48
 
class BatchProgressDialog : public KDialogBase
 
53
class LIBKIPI_EXPORT BatchProgressDialog : public KDialogBase
49
54
{
50
55
Q_OBJECT
51
56