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.2 2006-10-15 13:07:45 dockes Exp $  (C) 2006 J.F.Dockes */
3
/* @(#$Id: spell_w.h,v 1.3 2006-11-21 08:47:51 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.
...
...
35
35
36
public slots:
36
public slots:
37
    virtual void doExpand();
37
    virtual void doExpand();
38
    virtual void wordChanged(const QString&);
38
    virtual void wordChanged(const QString&);
39
    virtual void textDoubleClicked(int, int);
39
    virtual void textDoubleClicked(int, int);
40
    virtual void modeSet(int);
40
41
41
signals:
42
signals:
42
    void wordSelect(QString);
43
    void wordSelect(QString);
43
44
44
private:
45
private: