diff options
author | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-29 02:38:25 +0200 |
---|---|---|
committer | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-29 02:38:25 +0200 |
commit | 2aa2ae3428d9730fe55215c94ad3d090e470a81a (patch) | |
tree | d45cda803129020bcd30c83e2287f1a308d079c2 /lib/QPackageKit | |
parent | 8abb39bde54bb825ce50eec2ef490063d2265f19 (diff) |
Update header name
Diffstat (limited to 'lib/QPackageKit')
-rw-r--r-- | lib/QPackageKit | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/QPackageKit b/lib/QPackageKit new file mode 100644 index 0000000..f125cbe --- /dev/null +++ b/lib/QPackageKit @@ -0,0 +1,19 @@ +#ifndef QPACKAGEKIT_H +#define QPACKAGEKIT_H + +#include "Daemon.h" +#include "Transaction.h" + +// Enums +#include "Exit.h" +#include "Actions.h" +#include "Error.h" +#include "Exit.h" +#include "Provides.h" +#include "Restart.h" +#include "Role.h" +#include "SignatureType.h" +#include "Status.h" +#include "Groups.h" + +#endif |