~diegosarmentero/+junk/settings-qobject

« back to all changes in this revision

Viewing changes to plugins/system-update/systemupdate.h

  • Committer: Diego Sarmentero
  • Date: 2013-12-18 11:48:43 UTC
  • Revision ID: diego.sarmentero@gmail.com-20131218114843-y69qs2mcl58dxk2t
changin QQuickItems to QObject

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *
19
19
*/
20
20
 
21
 
#ifndef UPDATE_H
22
 
#define UPDATE_H
 
21
#ifndef SYSTEMUPDATE_H
 
22
#define SYSTEMUPDATE_H
23
23
 
24
24
#include <QtDBus>
25
25
#include <QDBusInterface>
78
78
 
79
79
}
80
80
 
81
 
#endif // UPDATE_H
 
81
#endif // SYSTEMUPDATE_H