summaryrefslogtreecommitdiffabout
path: root/kmicromail/qpe/global.h
Side-by-side diff
Diffstat (limited to 'kmicromail/qpe/global.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/qpe/global.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/kmicromail/qpe/global.h b/kmicromail/qpe/global.h
new file mode 100644
index 0000000..ecc5b1b
--- a/dev/null
+++ b/kmicromail/qpe/global.h
@@ -0,0 +1,12 @@
+#ifndef __GLOBAL_H__
+#define __GLOBAL_H__
+
+#include <qstring.h>
+
+namespace Global{
+
+ void statusMessage(QString message);
+
+}
+
+#endif