aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/splash_overlay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/splash_overlay.cpp')
-rw-r--r--ui/qt/splash_overlay.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/qt/splash_overlay.cpp b/ui/qt/splash_overlay.cpp
index b39a1e4a28..826e62e6a9 100644
--- a/ui/qt/splash_overlay.cpp
+++ b/ui/qt/splash_overlay.cpp
@@ -33,9 +33,7 @@
#include "epan/wslua/init_wslua.h"
#endif
-#ifdef HAVE_EXTCAP
-#include "../../extcap.h"
-#endif
+#include "extcap.h"
// Uncomment to slow the update progress
//#define THROTTLE_STARTUP 1
@@ -61,9 +59,8 @@ SplashOverlay::SplashOverlay(QWidget *parent) :
#ifdef HAVE_LUA
register_max++;
#endif
-#ifdef HAVE_EXTCAP
register_max++;
-#endif
+
so_ui_->progressBar->setMaximum(register_max);
elapsed_timer_.start();