~ubuntu-branches/ubuntu/saucy/print-manager/saucy-proposed

« back to all changes in this revision

Viewing changes to add-printer/AddPrinterAssistant.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-21 12:30:49 UTC
  • mto: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20120821123049-c8uky0a9gmfkck87
Tags: upstream-0.1.0+git20120821
ImportĀ upstreamĀ versionĀ 0.1.0+git20120821

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***************************************************************************
2
2
 *   Copyright (C) 2010 by Daniel Nicoletti                                *
3
 
 *   dantti85-pk@yahoo.com.br                                              *
 
3
 *   dantti12@gmail.com                                                    *
4
4
 *                                                                         *
5
5
 *   This program is free software; you can redistribute it and/or modify  *
6
6
 *   it under the terms of the GNU General Public License as published by  *
23
23
 
24
24
#include <KAssistantDialog>
25
25
 
 
26
#include <KPixmapSequenceOverlayPainter>
 
27
 
26
28
class AddPrinterAssistant : public KAssistantDialog
27
29
{
28
30
    Q_OBJECT
50
52
    KPageWidgetItem *m_chooseClassPage;
51
53
    KPageWidgetItem *m_choosePPDPage;
52
54
    KPageWidgetItem *m_addPrinterPage;
 
55
    KPixmapSequenceOverlayPainter *m_busySeq;
53
56
};
54
57
 
55
58
#endif