|
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.60 2007-06-02 08:30:41 dockes Exp $ (C) 2005 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: main.cpp,v 1.61 2007-06-08 16:47:19 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
|
|
... |
|
... |
76 |
Rcl::Db *rcldb;
|
76 |
Rcl::Db *rcldb;
|
77 |
#ifdef RCL_USE_ASPELL
|
77 |
#ifdef RCL_USE_ASPELL
|
78 |
Aspell *aspell;
|
78 |
Aspell *aspell;
|
79 |
#endif
|
79 |
#endif
|
80 |
|
80 |
|
|
|
81 |
RclConfig* RclConfig::getMainConfig()
|
|
|
82 |
{
|
|
|
83 |
return rclconfig;
|
|
|
84 |
}
|
|
|
85 |
|
81 |
RclHistory *g_dynconf;
|
86 |
RclHistory *g_dynconf;
|
82 |
int recollNeedsExit;
|
87 |
int recollNeedsExit;
|
83 |
static string dbdir;
|
88 |
static string dbdir;
|
84 |
static RclMain *mainWindow;
|
89 |
static RclMain *mainWindow;
|
85 |
static string recollsharedir;
|
90 |
static string recollsharedir;
|