Switch to unified view

a/src/qtgui/uiprefs_w.h b/src/qtgui/uiprefs_w.h
1
/* @(#$Id: uiprefs_w.h,v 1.10 2007-08-01 10:04:53 dockes Exp $  (C) 2006 J.F.Dockes */
1
/* Copyright (C) 2006 J.F.Dockes 
2
/*
3
 *   This program is free software; you can redistribute it and/or modify
2
 *   This program is free software; you can redistribute it and/or modify
4
 *   it under the terms of the GNU General Public License as published by
3
 *   it under the terms of the GNU General Public License as published by
5
 *   the Free Software Foundation; either version 2 of the License, or
4
 *   the Free Software Foundation; either version 2 of the License, or
6
 *   (at your option) any later version.
5
 *   (at your option) any later version.
7
 *
6
 *
...
...
15
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
16
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17
 */
16
 */
18
#ifndef _UIPREFS_W_H_INCLUDED_
17
#ifndef _UIPREFS_W_H_INCLUDED_
19
#define _UIPREFS_W_H_INCLUDED_
18
#define _UIPREFS_W_H_INCLUDED_
20
/* @(#$Id: uiprefs_w.h,v 1.10 2007-08-01 10:04:53 dockes Exp $  (C) 2005 J.F.Dockes */
21
#include <qvariant.h>
19
#include <qvariant.h>
22
#include <qdialog.h>
20
#include <qdialog.h>
23
21
24
#include "ui_uiprefs.h"
22
#include "ui_uiprefs.h"
25
23