summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien BUSTANY <madcat@mymadcat.com>2008-06-09 01:46:16 +0200
committerAdrien BUSTANY <madcat@mymadcat.com>2008-06-09 01:46:16 +0200
commitea8dc47ddb59a345d99a6d6113c102708b524381 (patch)
tree5934204d72f4cf9e67ae9b6e52768b9632ab3bc8
parent468f367706394b0554f5532f9d5ab49967ae3ff8 (diff)
Restore the common header
-rw-r--r--lib/QPackageKit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/QPackageKit.h b/lib/QPackageKit.h
new file mode 100644
index 0000000..1c57787
--- /dev/null
+++ b/lib/QPackageKit.h
@@ -0,0 +1,10 @@
+#ifndef QPACKAGEKIT_H
+#define QPACKAGEKIT_H
+
+#include "Daemon.h"
+#include "Transaction.h"
+
+// Enums
+#include "Exit.h"
+
+#endif