summaryrefslogtreecommitdiffstats
path: root/tools/linguist/tutorial/tt2/arrowpad.h
blob: 06e11fa456407f2e37fab467e15184b24beaa1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/****************************************************************
**
** Definition of ArrowPad class, translation tutorial 2
**
****************************************************************/

#ifndef ARROWPAD_H
#define ARROWPAD_H

#include <qgrid.h>

class ArrowPad : public TQGrid
{
    Q_OBJECT
public:
    ArrowPad( TQWidget *parent = 0, const char *name = 0 );

private:
    void skip();
};

#endif