summaryrefslogtreecommitdiff
path: root/ui/qt/import_text_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-08-29 22:15:40 +0000
committerGerald Combs <gerald@wireshark.org>2013-08-29 22:15:40 +0000
commitf1ceee4a2cf3d6f02c7e7923a65652c02ba3973b (patch)
tree933df7e1d102d68df44af6e76856f23681cbd0a7 /ui/qt/import_text_dialog.h
parentae83d08f30afb3de625a1e678c6817485af4d344 (diff)
downloadwireshark-f1ceee4a2cf3d6f02c7e7923a65652c02ba3973b.tar.gz
Add support for Qt5 (tested with 5.1.1).
svn path=/trunk/; revision=51580
Diffstat (limited to 'ui/qt/import_text_dialog.h')
-rw-r--r--ui/qt/import_text_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/import_text_dialog.h b/ui/qt/import_text_dialog.h
index 49a460aedf..6abb68a9a6 100644
--- a/ui/qt/import_text_dialog.h
+++ b/ui/qt/import_text_dialog.h
@@ -32,7 +32,7 @@
#include "ui/text_import.h"
-#include <syntax_line_edit.h>
+#include "syntax_line_edit.h"
#include <QDialog>
#include <QPushButton>