summaryrefslogtreecommitdiffabout
path: root/microkde/knotifyclient.h
Unidiff
Diffstat (limited to 'microkde/knotifyclient.h') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/knotifyclient.h14
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 @@
1#ifndef MINIKDE_KNOTIFYCLIENT_H
2#define MINIKDE_KNOTIFYCLIENT_H
3
4#include <qstring.h>
5
6class KNotifyClient
7{
8 public:
9
10 static void beep() {}
11 static void beep( const QString & ) {}
12};
13
14#endif