aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2017-07-25 16:15:18 +0200
committerRoland Knall <rknall@gmail.com>2017-07-26 10:11:55 +0000
commitddfc1d37ccb5e2a6aeef5cce47479ddc36684f33 (patch)
tree826c413469f9cd477033389d3171d75830371e4b /ui/qt/packet_list.cpp
parent95930c2d1fa356d5301b7c5e53b20035876bb436 (diff)
Qt: Move utils to separate utils directory
Following the move for widgets directory, moving utils to the utils directory. Guidelines for this directory are: - Generic use but not a widget - Utility functionality used by many classes Note: additionally all includes affected by this move have been changed to absolute path includes, instead of relative ones. Change-Id: I019ae4b6e6f6d06a5745a63ed195edbd36fb936b Reviewed-on: https://code.wireshark.org/review/22602 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/packet_list.cpp')
-rw-r--r--ui/qt/packet_list.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/packet_list.cpp b/ui/qt/packet_list.cpp
index e3e1e145a0..a05fe67b18 100644
--- a/ui/qt/packet_list.cpp
+++ b/ui/qt/packet_list.cpp
@@ -51,10 +51,10 @@
#include <epan/color_filters.h>
#include "frame_tvbuff.h"
-#include "color_utils.h"
+#include <ui/qt/utils/color_utils.h>
#include <ui/qt/widgets/overlay_scroll_bar.h>
#include "proto_tree.h"
-#include "qt_ui_utils.h"
+#include <ui/qt/utils/qt_ui_utils.h>
#include "wireshark_application.h"
#include <QAction>