3 // Copyright (C) 2012-2013 by Werner Lemberg.
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.
10 // The file `COPYING' mentioned in the previous paragraph is distributed
11 // with the ttfautohint library.
14 #ifndef __TTLINEEDIT_H__
15 #define __TTLINEEDIT_H__
21 class Tooltip_Line_Edit
27 Tooltip_Line_Edit(QWidget
* = 0);
30 void change_tooltip(QString
);
34 #endif // __TTLINEEDIT_H__
36 // end of ttlineedit.h