From dfb9c76738bb68e235114c5ad43dbd26a59b98ab Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 06 Jun 2002 23:31:00 +0000 Subject: Initial revision --- (limited to 'examples/application/example.h') diff --git a/examples/application/example.h b/examples/application/example.h new file mode 100644 index 0000000..24c58c0 --- a/dev/null +++ b/examples/application/example.h @@ -0,0 +1,17 @@ +#ifndef EXAMPLE_H +#define EXAMPLE_H +#include "examplebase.h" + +class Example : public ExampleBase +{ + Q_OBJECT + +public: + Example( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ~Example(); + +private slots: + void goodBye(); +}; + +#endif // EXAMPLE_H -- cgit v0.9.0.2