Switch to unified view

a/src/qtgui/main.cpp b/src/qtgui/main.cpp
...
...
12
 *   You should have received a copy of the GNU General Public License
12
 *   You should have received a copy of the GNU General Public License
13
 *   along with this program; if not, write to the
13
 *   along with this program; if not, write to the
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
18
19
#include "autoconfig.h"
17
#include "autoconfig.h"
20
18
21
#include <unistd.h>
22
#include <cstdlib>
19
#include <cstdlib>
23
20
24
#include <qapplication.h>
21
#include <qapplication.h>
25
#include <qtranslator.h>
22
#include <qtranslator.h>
26
#include <qtextcodec.h> 
23
#include <qtextcodec.h>