Switch to unified view

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.5 2006-12-04 09:56:26 dockes Exp $  (C) 2006 J.F.Dockes */
3
/* @(#$Id: spell_w.h,v 1.6 2006-12-19 12:11:21 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.
...
...
52
    ~SpellW(){}
52
    ~SpellW(){}
53
53
54
public slots:
54
public slots:
55
    virtual void doExpand();
55
    virtual void doExpand();
56
    virtual void wordChanged(const QString&);
56
    virtual void wordChanged(const QString&);
57
    virtual void textDoubleClicked(int, int);
57
    virtual void textDoubleClicked();
58
    virtual void modeSet(int);
58
    virtual void modeSet(int);
59
59
60
signals:
60
signals:
61
    void wordSelect(QString);
61
    void wordSelect(QString);
62
62