Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 191471 | Differences between
and this patch

Collapse All | Expand All

(-)gui_old/egs_gui/egs_run_page.h (-2 / +2 lines)
Lines 39-46 Link Here
39
39
40
public:
40
public:
41
41
42
  EGS_RunPage::EGS_RunPage(QWidget *parent=0, const char *name=0, WFlags f=0);
42
  EGS_RunPage(QWidget *parent=0, const char *name=0, WFlags f=0);
43
  EGS_RunPage::EGS_RunPage(EGS_ConfigReader *cr, 
43
  EGS_RunPage(EGS_ConfigReader *cr, 
44
          QWidget *parent=0, const char *name=0, WFlags f=0);
44
          QWidget *parent=0, const char *name=0, WFlags f=0);
45
45
46
public slots:
46
public slots:
(-)gui_old/egs_inprz/include/comboboxtooltip.h (-2 / +2 lines)
Lines 36-43 Link Here
36
36
37
public:
37
public:
38
38
39
    ComboBoxToolTip::ComboBoxToolTip(QWidget *parent, const char *name, const char* rtips[], const int& r_size );
39
    ComboBoxToolTip(QWidget *parent, const char *name, const char* rtips[], const int& r_size );
40
    ComboBoxToolTip::~ComboBoxToolTip();    
40
    ~ComboBoxToolTip();    
41
    
41
    
42
QLabel*         tipLabel;
42
QLabel*         tipLabel;
43
MEventFilter* eFilter;
43
MEventFilter* eFilter;
(-)gui_old/egs_install/include/egs_tests.h (-1 / +1 lines)
Lines 321-327 Link Here
321
    MTest( QTextEdit*  io_dev, const QString& xmlf, const QString& log  );
321
    MTest( QTextEdit*  io_dev, const QString& xmlf, const QString& log  );
322
    MTest( QTextEdit*  io_dev, const QString& xmlf , const QString& tit, 
322
    MTest( QTextEdit*  io_dev, const QString& xmlf , const QString& tit, 
323
                               const QString& log  );
323
                               const QString& log  );
324
    MTest::MTest( QTextEdit*  io_dev, const QString& xmlf, QIODevice* file );
324
    MTest( QTextEdit*  io_dev, const QString& xmlf, QIODevice* file );
325
    MTest( QTextEdit*  io_dev, Tasks* t );
325
    MTest( QTextEdit*  io_dev, Tasks* t );
326
    ~MTest();
326
    ~MTest();
327
    void ini();
327
    void ini();

Return to bug 191471