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.1 2006-10-11 14:16:26 dockes Exp $  (C) 2006 J.F.Dockes */
3
/* @(#$Id: spell_w.h,v 1.2 2006-10-15 13:07:45 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.
...
...
34
    ~SpellW(){}
34
    ~SpellW(){}
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
40
41
signals:
41
signals:
42
    //    void wordSelect(QString);
42
    void wordSelect(QString);
43
43
44
private:
44
private:
45
    void init();
45
    void init();
46
};
46
};
47
47