~ubuntu-branches/ubuntu/trusty/kdevplatform/trusty-proposed

« back to all changes in this revision

Viewing changes to project/filemanagerlistjob.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-12-09 17:24:43 UTC
  • mfrom: (0.3.25)
  • Revision ID: package-import@ubuntu.com-20131209172443-rstb3roh6fj0c5vw
Tags: 1.6.0-0ubuntu1
* New upstream release (LP: #1259220)
* Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    Boston, MA 02110-1301, USA.
18
18
*/
19
19
 
20
 
#ifndef FILEMANAGERLISTJOB_H
21
 
#define FILEMANAGERLISTJOB_H
 
20
#ifndef KDEVPLATFORM_FILEMANAGERLISTJOB_H
 
21
#define KDEVPLATFORM_FILEMANAGERLISTJOB_H
22
22
 
23
23
#include <KIO/Job>
24
24
#include <QtCore/QQueue>
73
73
 
74
74
}
75
75
 
76
 
#endif // FILEMANAGERLISTJOB_H
 
76
#endif // KDEVPLATFORM_FILEMANAGERLISTJOB_H