-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 @@ | |||
1 | #ifndef MINIKDE_KNOTIFYCLIENT_H | ||
2 | #define MINIKDE_KNOTIFYCLIENT_H | ||
3 | |||
4 | #include <qstring.h> | ||
5 | |||
6 | class KNotifyClient | ||
7 | { | ||
8 | public: | ||
9 | |||
10 | static void beep() {} | ||
11 | static void beep( const QString & ) {} | ||
12 | }; | ||
13 | |||
14 | #endif | ||