Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.56 2008-10-08 16:15:22 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.57 2008-10-13 07:57:12 dockes Exp $ (C) 2005 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
34
#include <qapplication.h>
34
#include <qapplication.h>
35
#include <qmessagebox.h>
35
#include <qmessagebox.h>
36
#if (QT_VERSION < 0x040000)
36
#if (QT_VERSION < 0x040000)
37
#include <qcstring.h>
37
#include <qcstring.h>
38
#include <qpopupmenu.h>
38
#include <qpopupmenu.h>
39
#include <qradiobutton.h>
40
#include <qbuttongroup.h>
39
#endif
41
#endif
40
#include <qtabwidget.h>
42
#include <qtabwidget.h>
41
#include <qtimer.h>
43
#include <qtimer.h>
42
#include <qstatusbar.h>
44
#include <qstatusbar.h>
43
#include <qwindowdefs.h>
45
#include <qwindowdefs.h>