Switch to unified view

a/src/qtgui/advsearch_w.h b/src/qtgui/advsearch_w.h
1
#ifndef _ADVSEARCH_W_H_INCLUDED_
1
#ifndef _ADVSEARCH_W_H_INCLUDED_
2
#define _ADVSEARCH_W_H_INCLUDED_
2
#define _ADVSEARCH_W_H_INCLUDED_
3
/* @(#$Id: advsearch_w.h,v 1.9 2006-12-04 08:17:24 dockes Exp $  (C) 2005 J.F.Dockes */
3
/* @(#$Id: advsearch_w.h,v 1.10 2006-12-04 09:56:26 dockes Exp $  (C) 2005 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.
...
...
38
};
38
};
39
39
40
#else
40
#else
41
41
42
#include "ui_advsearch.h"
42
#include "ui_advsearch.h"
43
class DummyAdvSearchBase : public QWidget, public Ui::AdvSearchBase
43
class DummyAdvSearchBase : public QDialog, public Ui::AdvSearchBase
44
{
44
{
45
 public: DummyAdvSearchBase(QDialog *parent) {setupUi(parent);}
45
public: DummyAdvSearchBase(QWidget *parent):QDialog(parent) {setupUi(this);}
46
};
46
};
47
47
48
#endif
48
#endif
49
//MOC_SKIP_END
49
//MOC_SKIP_END
50
50