From 89417179ed4d38875dc3edce0f4e184edf13f1f2 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 31 May 2005 14:34:22 +0000 Subject: catch up with libopie2 improvements --- (limited to 'examples/opiecore/onotifytest/main.h') diff --git a/examples/opiecore/onotifytest/main.h b/examples/opiecore/onotifytest/main.h new file mode 100644 index 0000000..afad947 --- a/dev/null +++ b/examples/opiecore/onotifytest/main.h @@ -0,0 +1,23 @@ +// (C) Michael 'Mickey' Lauer +// LICENSE = "GPLv2" + +#ifndef MAIN_H +#define MAIN_H + +/* QT */ +#include +#include +#include + +class App : public QApplication +{ + Q_OBJECT +public: + App( int argc, char** argv ); + ~App(); + +public slots: + void triggered( const QString&, unsigned int, const QString& ); +}; + +#endif -- cgit v0.9.0.2