Update file `no-copyright' and run `update-copyright'.
[ttfautohint.git] / frontend / ddlineedit.h
blobdf4e6565ca8c58e519d36f6e5615f670a143c255
1 // ddlineedit.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 __DDLINEEDIT_H__
15 #define __DDLINEEDIT_H__
17 #include <config.h>
18 #include "ttlineedit.h"
20 #include <QtGui>
22 class Drag_Drop_Line_Edit
23 : public Tooltip_Line_Edit
25 Q_OBJECT
27 public:
28 Drag_Drop_Line_Edit(QWidget* = 0);
30 void dragEnterEvent(QDragEnterEvent*);
31 void dropEvent(QDropEvent*);
35 #endif // __DDLINEEDIT_H__
37 // end of ddlineedit.h