aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_stream_dialog.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/rtp_stream_dialog.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/rtp_stream_dialog.cpp')
-rw-r--r--ui/qt/rtp_stream_dialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/rtp_stream_dialog.cpp b/ui/qt/rtp_stream_dialog.cpp
index 3933cf401e..ca6afaccbc 100644
--- a/ui/qt/rtp_stream_dialog.cpp
+++ b/ui/qt/rtp_stream_dialog.cpp
@@ -29,7 +29,7 @@
#include <wsutil/utf8_entities.h>
-#include "qt_ui_utils.h"
+#include <ui/qt/utils/qt_ui_utils.h>
#include "rtp_analysis_dialog.h"
#include "wireshark_application.h"
@@ -42,7 +42,7 @@
#include <QTreeWidgetItem>
#include <QTreeWidgetItemIterator>
-#include "tango_colors.h"
+#include <ui/qt/utils/tango_colors.h>
/*
* @file RTP stream dialog