source: trunk/tools/linguist/tutorial/tt3/printpanel.h

Last change on this file was 193, checked in by rudi, 14 years ago

Qt Linguist added

File size: 406 bytes
Line 
1/****************************************************************
2**
3** Definition of PrintPanel class, translation tutorial 3
4**
5****************************************************************/
6
7#ifndef PRINTPANEL_H
8#define PRINTPANEL_H
9
10#include <qvbox.h>
11
12class PrintPanel : public QVBox
13{
14 Q_OBJECT
15public:
16 PrintPanel( QWidget *parent = 0, const char *name = 0 );
17};
18
19#endif
Note: See TracBrowser for help on using the repository browser.