Switch to unified view

a/src/qtgui/main.cpp b/src/qtgui/main.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: main.cpp,v 1.53 2006-11-30 13:38:44 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: main.cpp,v 1.54 2006-12-04 06:19:11 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
...
...
50
#include "debuglog.h"
50
#include "debuglog.h"
51
#ifdef WITH_KDE
51
#ifdef WITH_KDE
52
#include "rclversion.h"
52
#include "rclversion.h"
53
#endif
53
#endif
54
#include "rclmain_w.h"
54
#include "rclmain_w.h"
55
#include "ssearch_w.h"
55
#include "guiutils.h"
56
#include "guiutils.h"
56
#ifdef RCL_USE_ASPELL
57
#ifdef RCL_USE_ASPELL
57
#include "rclaspell.h"
58
#include "rclaspell.h"
58
#endif
59
#endif
59
60
...
...
65
{
66
{
66
//    { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
67
//    { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
67
    KCmdLineLastOption
68
    KCmdLineLastOption
68
};
69
};
69
#endif
70
#endif
70
71
71
72
const string recoll_datadir = RECOLL_DATADIR;
72
const string recoll_datadir = RECOLL_DATADIR;
73
73
74
RclConfig *rclconfig;
74
RclConfig *rclconfig;
75
Rcl::Db *rcldb;
75
Rcl::Db *rcldb;