summaryrefslogtreecommitdiffabout
path: root/kmicromail/qpe/global.h
blob: ecc5b1b7baaeb38789d1052c85a8f982a3c06d3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __GLOBAL_H__
#define __GLOBAL_H__

#include <qstring.h>

namespace Global{

    void statusMessage(QString message);

}

#endif