00001 #ifndef MINIKDE_KNOTIFYCLIENT_H 00002 #define MINIKDE_KNOTIFYCLIENT_H 00003 00004 #include <qstring.h> 00005 00006 class KNotifyClient 00007 { 00008 public: 00009 00010 static void beep() {} 00011 static void beep( const QString & ) {} 00012 }; 00013 00014 #endif
1.4.2