aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtvstools/DteEventsHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtvstools/DteEventsHandler.cs')
-rw-r--r--src/qtvstools/DteEventsHandler.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qtvstools/DteEventsHandler.cs b/src/qtvstools/DteEventsHandler.cs
index 9f9c5324..18ac9a97 100644
--- a/src/qtvstools/DteEventsHandler.cs
+++ b/src/qtvstools/DteEventsHandler.cs
@@ -31,8 +31,8 @@ using EnvDTE80;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
using Microsoft.VisualStudio.VCProjectEngine;
-using QtProjectLib;
-using QtProjectLib.QtMsBuild;
+using QtVsTools.Core;
+using QtVsTools.Core.QtMsBuild;
#if VS2017 || VS2019
using QtVsTools.QtMsBuild;
#endif