summaryrefslogtreecommitdiff
path: root/ui/qt/column_preferences_frame.cpp
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-18 13:06:05 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-18 13:06:05 +0000
commit662c7704f871f58bf85421701d04f0881a6a1bd8 (patch)
tree728a31b72d35b8fd85bc7a86ce3c5be397526c6a /ui/qt/column_preferences_frame.cpp
parent2197f291e536036c386acde07a6bead9a636434c (diff)
downloadwireshark-662c7704f871f58bf85421701d04f0881a6a1bd8.tar.gz
After looking for something in the column-*.h files and
not finding it, I finally found it in column_info.h Renamed column_info.h to column-info.h to have consistency with the column*h files. svn path=/trunk/; revision=52667
Diffstat (limited to 'ui/qt/column_preferences_frame.cpp')
-rw-r--r--ui/qt/column_preferences_frame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/column_preferences_frame.cpp b/ui/qt/column_preferences_frame.cpp
index 8c7ffcca50..b1f803adc8 100644
--- a/ui/qt/column_preferences_frame.cpp
+++ b/ui/qt/column_preferences_frame.cpp
@@ -27,7 +27,7 @@
#include "color.h"
-#include <epan/column_info.h>
+#include <epan/column-info.h>
#include <epan/column.h>
#include <epan/prefs.h>
#include <epan/proto.h>