Port towards C++ headers

This commit is contained in:
Luís Pereira
2019-04-10 22:28:21 +01:00
committed by Alf Gaida
parent b8906f6b0c
commit 2110583a39
15 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
#include "KeyboardTranslator.h"
// System
#include <ctype.h>
#include <stdio.h>
#include <cctype>
#include <cstdio>
// Qt
#include <QBuffer>