Switch to unified view

a/src/qtgui/preview_w.h b/src/qtgui/preview_w.h
1
#ifndef _PREVIEW_W_H_INCLUDED_
1
#ifndef _PREVIEW_W_H_INCLUDED_
2
#define _PREVIEW_W_H_INCLUDED_
2
#define _PREVIEW_W_H_INCLUDED_
3
/* @(#$Id: preview_w.h,v 1.10 2007-05-23 09:19:48 dockes Exp $  (C) 2006 J.F.Dockes */
3
/* @(#$Id: preview_w.h,v 1.11 2007-06-12 13:31:38 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.
...
...
93
    virtual void closeCurrentTab();
93
    virtual void closeCurrentTab();
94
    virtual void setCurTabProps(const string & fn, const Rcl::Doc & doc, 
94
    virtual void setCurTabProps(const string & fn, const Rcl::Doc & doc, 
95
                int docnum);
95
                int docnum);
96
    virtual void textDoubleClicked(int, int);
96
    virtual void textDoubleClicked(int, int);
97
97
98
    virtual void selecChanged();
99
100
98
signals:
101
signals:
99
    void previewClosed(QWidget *);
102
    void previewClosed(QWidget *);
100
    void wordSelect(QString);
103
    void wordSelect(QString);
101
    void showNext(int sid, int docnum);
104
    void showNext(int sid, int docnum);
102
    void showPrev(int sid, int docnum);
105
    void showPrev(int sid, int docnum);