From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- tools/linguist/tutorial/tt3/printpanel.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tools/linguist/tutorial/tt3/printpanel.h (limited to 'tools/linguist/tutorial/tt3/printpanel.h') diff --git a/tools/linguist/tutorial/tt3/printpanel.h b/tools/linguist/tutorial/tt3/printpanel.h new file mode 100644 index 0000000..0110c52 --- /dev/null +++ b/tools/linguist/tutorial/tt3/printpanel.h @@ -0,0 +1,19 @@ +/**************************************************************** +** +** Definition of PrintPanel class, translation tutorial 3 +** +****************************************************************/ + +#ifndef PRINTPANEL_H +#define PRINTPANEL_H + +#include + +class PrintPanel : public QVBox +{ + Q_OBJECT +public: + PrintPanel( QWidget *parent = 0, const char *name = 0 ); +}; + +#endif -- cgit v1.2.3