Switch to unified view

a/src/qtgui/viewaction_w.h b/src/qtgui/viewaction_w.h
1
#ifndef _VIEWACTION_W_H_INCLUDED_
1
#ifndef _VIEWACTION_W_H_INCLUDED_
2
#define _VIEWACTION_W_H_INCLUDED_
2
#define _VIEWACTION_W_H_INCLUDED_
3
/* @(#$Id: viewaction_w.h,v 1.2 2006-12-18 12:05:29 dockes Exp $  (C) 2006 J.F.Dockes */
3
/* @(#$Id: viewaction_w.h,v 1.3 2006-12-18 16:45:52 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.
...
...
61
    }
61
    }
62
    ~ViewAction() {}
62
    ~ViewAction() {}
63
63
64
public slots:
64
public slots:
65
    virtual void editAction();
65
    virtual void editAction();
66
    virtual void listDblClicked();
66
67
67
private:
68
private:
68
    virtual void init();
69
    virtual void init();
69
    virtual void fillLists();
70
    virtual void fillLists();
70
};
71
};