diff DeDupe.cpp @ 28:b2c2c2bf2bbd

Refactor Exceptions into a separate directory.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 06 Sep 2012 18:29:43 +0200
parents 0114be0b5ad4
children
line wrap: on
line diff
--- a/DeDupe.cpp	Thu Sep 06 18:20:11 2012 +0200
+++ b/DeDupe.cpp	Thu Sep 06 18:29:43 2012 +0200
@@ -1,5 +1,5 @@
 #include "DataController.hpp"
-#include "Exception.hpp"
+#include "Exception/Exception.hpp"
 
 #include <QtGui/QApplication>