Minor.
[ttfautohint.git] / frontend / ttlineedit.h
blob61b8901d1ee83e84334ec23f64a09cf230567efb
1 // ttlineedit.h
3 // Copyright (C) 2012-2014 by Werner Lemberg.
4 //
5 // This file is part of the ttfautohint library, and may only be used,
6 // modified, and distributed under the terms given in `COPYING'. By
7 // continuing to use, modify, or distribute this file you indicate that you
8 // have read `COPYING' and understand and accept it fully.
9 //
10 // The file `COPYING' mentioned in the previous paragraph is distributed
11 // with the ttfautohint library.
14 #ifndef __TTLINEEDIT_H__
15 #define __TTLINEEDIT_H__
17 #include <config.h>
19 #include <QtGui>
21 class Tooltip_Line_Edit
22 : public QLineEdit
24 Q_OBJECT
26 public:
27 Tooltip_Line_Edit(QWidget* = 0);
29 public slots:
30 void change_tooltip(QString);
34 #endif // __TTLINEEDIT_H__
36 // end of ttlineedit.h