summaryrefslogtreecommitdiffabout
path: root/microkde/knotifyclient.h
blob: 118026a9a30cacc223d5e4a8b4a0f87caffddd0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MINIKDE_KNOTIFYCLIENT_H
#define MINIKDE_KNOTIFYCLIENT_H

#include <qstring.h>

class KNotifyClient
{
  public:

    static void beep() {}
    static void beep( const QString & ) {}
};

#endif