summaryrefslogtreecommitdiffstats
path: root/tools/linguist/tutorial/tt3/printpanel.h
blob: 8b1f9bc609146c22ff5a2acdc9d7134eeb2dea92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/****************************************************************
**
** Definition of PrintPanel class, translation tutorial 3
**
****************************************************************/

#ifndef PRINTPANEL_H
#define PRINTPANEL_H

#include <qvbox.h>

class PrintPanel : public TQVBox
{
    Q_OBJECT
public:
    PrintPanel( TQWidget *parent = 0, const char *name = 0 );
};

#endif