#ifndef MINIKDE_KNOTIFYCLIENT_H
#define MINIKDE_KNOTIFYCLIENT_H

#include <qstring.h>

class KNotifyClient
{
  public:

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

#endif