summaryrefslogtreecommitdiff
path: root/src/fqterm/fqterm_python.cpp
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2014-04-21 01:33:19 +0800
committerIru Cai <mytbk920423@gmail.com>2015-02-08 13:11:41 +0800
commit121a986be20c0d18acb73d6f296e0a31e62828d0 (patch)
tree2dc63cfe61e246e851e022690178e0a6e0772bac /src/fqterm/fqterm_python.cpp
parenta68d5b5eded5c214eb2e1f83c212a988965a38b3 (diff)
downloadfqterm-121a986be20c0d18acb73d6f296e0a31e62828d0.tar.xz
wip: Migrate to Qt5 -- API,name changes
toAscii -> toLatin1 WFlags -> WindowFlags QCustomEvent -> QEvent QItemDelegate::check -> QItemDelegate::toCheck TRUE,FALSE -> true,false
Diffstat (limited to 'src/fqterm/fqterm_python.cpp')
-rw-r--r--src/fqterm/fqterm_python.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fqterm/fqterm_python.cpp b/src/fqterm/fqterm_python.cpp
index 68b9385..b4d710e 100644
--- a/src/fqterm/fqterm_python.cpp
+++ b/src/fqterm/fqterm_python.cpp
@@ -20,7 +20,7 @@
-#include <QCustomEvent>
+#include <QEvent>
#include <QTextStream>
#include <QApplication>
#include <QDir>
@@ -823,4 +823,4 @@ FQTermPythonHelper::~FQTermPythonHelper() {
} // namespace FQTerm
-#endif //HAVE_PYTHON \ No newline at end of file
+#endif //HAVE_PYTHON