Switch to unified view

a/src/qtgui/searchclause_w.h b/src/qtgui/searchclause_w.h
...
...
43
    QLineEdit* wordsLE;
43
    QLineEdit* wordsLE;
44
44
45
protected:
45
protected:
46
    QVBoxLayout* searchClauseLayout;
46
    QVBoxLayout* searchClauseLayout;
47
    QHBoxLayout* hLayout;
47
    QHBoxLayout* hLayout;
48
48
public slots:
49
    virtual void tpChange(int);
49
protected slots:
50
protected slots:
50
    virtual void languageChange();
51
    virtual void languageChange();
51
    virtual void tpChange(int);
52
};
52
};
53
53
54
#endif // SEARCHCLAUSE_H
54
#endif // SEARCHCLAUSE_H