OSDN Git Service

Happy new year 2016!
[lamexp/LameXP.git] / src / Dialog_DropBox.cpp
index e722100..d181e17 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2014 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2016 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 
 #include "Dialog_DropBox.h"
 
-#include "../tmp/UIC_DropBox.h"
+#include "UIC_DropBox.h"
 
+//Internal
 #include "Global.h"
 #include "Model_Settings.h"
 
+//MUtils
+#include <MUtils/Global.h>
+
+//Qt
 #include <QThread>
 #include <QMovie>
 #include <QKeyEvent>
@@ -96,10 +101,10 @@ DropBox::~DropBox(void)
                m_settings->dropBoxWidgetPositionY(this->y());
        }
 
-       LAMEXP_DELETE(m_counterLabel);
-       LAMEXP_DELETE(m_windowReferencePoint);
-       LAMEXP_DELETE(m_mouseReferencePoint);
-       LAMEXP_DELETE(ui);
+       MUTILS_DELETE(m_counterLabel);
+       MUTILS_DELETE(m_windowReferencePoint);
+       MUTILS_DELETE(m_mouseReferencePoint);
+       MUTILS_DELETE(ui);
 }
 
 ////////////////////////////////////////////////////////////