source: trunk/tools/linguist/tutorial/tt2/arrowpad.h

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

Qt Linguist added

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