#include <qapplication.h>

class Foo : public QApplication
{
  Q_OBJECT
public:
  Foo();
};


syntax highlighted by Code2HTML, v. 0.9.1