You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
experimental/tqtinterface/qt4/tools/linguist/tutorial/tt3/printpanel.h

20 lines
391 B
C++

/****************************************************************
**
** Definition of PrintPanel class, translation tutorial 3
**
****************************************************************/
#ifndef PRINTPANEL_H
#define PRINTPANEL_H
#include <tqvbox.h>
class PrintPanel : public TQVBox
{
TQ_OBJECT
public:
PrintPanel( TQWidget *parent = 0, const char *name = 0 );
};
#endif