--- qsampler/trunk/src/qsamplerDeviceStatusForm.cpp 2013/07/01 10:25:27 2458 +++ qsampler/trunk/src/qsamplerDeviceStatusForm.cpp 2013/07/08 10:06:57 2459 @@ -2,7 +2,7 @@ // /**************************************************************************** Copyright (C) 2008, Christian Schoenebeck - Copyright (C) 2010, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2010-2013, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -14,9 +14,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *****************************************************************************/ @@ -30,9 +30,6 @@ #if QT_VERSION < 0x040500 namespace Qt { const WindowFlags WindowCloseButtonHint = WindowFlags(0x08000000); -#if QT_VERSION < 0x040200 -const WindowFlags CustomizeWindowHint = WindowFlags(0x02000000); -#endif } #endif