Switch to unified view

a/src/qtgui/spell_w.h b/src/qtgui/spell_w.h
...
...
12
 *   You should have received a copy of the GNU General Public License
12
 *   You should have received a copy of the GNU General Public License
13
 *   along with this program; if not, write to the
13
 *   along with this program; if not, write to the
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _ASPELL_W_H_INCLUDED_
17
#ifndef _SPELL_W_H_INCLUDED_
18
#define _ASPELL_W_H_INCLUDED_
18
#define _SPELL_W_H_INCLUDED_
19
19
20
#include <vector>
20
#include <vector>
21
21
22
#include <qvariant.h>
22
#include <qvariant.h>
23
#include <qwidget.h>
23
#include <qwidget.h>
...
...
34
    }
34
    }
35
    
35
    
36
    virtual bool eventFilter(QObject *target, QEvent *event );
36
    virtual bool eventFilter(QObject *target, QEvent *event );
37
37
38
    enum comboboxchoice {TYPECMB_NONE, TYPECMB_WILD, TYPECMB_REG, TYPECMB_STEM, 
38
    enum comboboxchoice {TYPECMB_NONE, TYPECMB_WILD, TYPECMB_REG, TYPECMB_STEM, 
39
             TYPECMB_ASPELL, TYPECMB_STATS};
39
             TYPECMB_SPELL, TYPECMB_STATS};
40
public slots:
40
public slots:
41
    virtual void doExpand();
41
    virtual void doExpand();
42
    virtual void wordChanged(const QString&);
42
    virtual void wordChanged(const QString&);
43
    virtual void textDoubleClicked();
43
    virtual void textDoubleClicked();
44
    virtual void textDoubleClicked(int, int);
44
    virtual void textDoubleClicked(int, int);
...
...
60
    void showStats();
60
    void showStats();
61
    int cmbIdx(comboboxchoice mode);
61
    int cmbIdx(comboboxchoice mode);
62
    void setModeCommon(comboboxchoice mode);
62
    void setModeCommon(comboboxchoice mode);
63
};
63
};
64
64
65
#endif /* _ASPELL_W_H_INCLUDED_ */
65
#endif /* _SPELL_W_H_INCLUDED_ */