-rw-r--r-- | microkde/knotifyclient.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/microkde/knotifyclient.h b/microkde/knotifyclient.h new file mode 100644 index 0000000..118026a --- a/dev/null +++ b/microkde/knotifyclient.h @@ -0,0 +1,14 @@ +#ifndef MINIKDE_KNOTIFYCLIENT_H +#define MINIKDE_KNOTIFYCLIENT_H + +#include <qstring.h> + +class KNotifyClient +{ + public: + + static void beep() {} + static void beep( const QString & ) {} +}; + +#endif |