|
a/src/qtgui/spell_w.h |
|
b/src/qtgui/spell_w.h |
1 |
#ifndef _ASPELL_W_H_INCLUDED_
|
1 |
#ifndef _ASPELL_W_H_INCLUDED_
|
2 |
#define _ASPELL_W_H_INCLUDED_
|
2 |
#define _ASPELL_W_H_INCLUDED_
|
3 |
/* @(#$Id: spell_w.h,v 1.6 2006-12-19 12:11:21 dockes Exp $ (C) 2006 J.F.Dockes */
|
3 |
/* @(#$Id: spell_w.h,v 1.7 2006-12-22 11:01:28 dockes Exp $ (C) 2006 J.F.Dockes */
|
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
|
8 |
* (at your option) any later version.
|
8 |
* (at your option) any later version.
|
|
... |
|
... |
18 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
18 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
19 |
*/
|
19 |
*/
|
20 |
|
20 |
|
21 |
#include <qvariant.h>
|
21 |
#include <qvariant.h>
|
22 |
#include <qwidget.h>
|
22 |
#include <qwidget.h>
|
23 |
#include "rcldb.h"
|
|
|
24 |
|
23 |
|
25 |
//MOC_SKIP_BEGIN
|
24 |
//MOC_SKIP_BEGIN
|
26 |
#if QT_VERSION < 0x040000
|
25 |
#if QT_VERSION < 0x040000
|
27 |
#include "spell.h"
|
26 |
#include "spell.h"
|
28 |
class DummySpellBase : public SpellBase
|
27 |
class DummySpellBase : public SpellBase
|