Switch to unified view

a/src/qtgui/respopup.h b/src/qtgui/respopup.h
...
...
16
 */
16
 */
17
#ifndef _RESPOPUP_H_INCLUDED_
17
#ifndef _RESPOPUP_H_INCLUDED_
18
#define _RESPOPUP_H_INCLUDED_
18
#define _RESPOPUP_H_INCLUDED_
19
19
20
namespace ResultPopup {
20
namespace ResultPopup {
21
    enum Options {showExpand = 0x1, showSubs = 0x2, isMain = 0x3};
21
    enum Options {showExpand = 0x1, showSubs = 0x2, isMain = 0x3,
22
        showSaveOne = 0x4, showSaveSel = 0x8};
22
    extern QMenu *create(QWidget *me, int opts,  
23
    extern QMenu *create(QWidget *me, int opts,  
23
             RefCntr<DocSequence> source,
24
             RefCntr<DocSequence> source,
24
             Rcl::Doc& doc);
25
             Rcl::Doc& doc);
25
    extern Rcl::Doc getParent(RefCntr<DocSequence> source,
26
    extern Rcl::Doc getParent(RefCntr<DocSequence> source,
26
                  Rcl::Doc& doc);
27
                  Rcl::Doc& doc);