diff options
Diffstat (limited to '')
-rw-r--r-- | keylist.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ + +#ifndef __KEYLIST_H__ +#define __KEYLIST_H__ + #include <QWidget> #include <QListWidget> #include <QPushButton> @@ -53,3 +57,5 @@ private: protected: void contextMenuEvent(QContextMenuEvent *event); }; + +#endif // __KEYLIST_H__ |