Switch to side-by-side view

--- a/src/qtgui/advsearch_w.h
+++ b/src/qtgui/advsearch_w.h
@@ -1,6 +1,6 @@
 #ifndef _ADVSEARCH_W_H_INCLUDED_
 #define _ADVSEARCH_W_H_INCLUDED_
-/* @(#$Id: advsearch_w.h,v 1.9 2006-12-04 08:17:24 dockes Exp $  (C) 2005 J.F.Dockes */
+/* @(#$Id: advsearch_w.h,v 1.10 2006-12-04 09:56:26 dockes Exp $  (C) 2005 J.F.Dockes */
 /*
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by
@@ -40,9 +40,9 @@
 #else
 
 #include "ui_advsearch.h"
-class DummyAdvSearchBase : public QWidget, public Ui::AdvSearchBase
+class DummyAdvSearchBase : public QDialog, public Ui::AdvSearchBase
 {
- public: DummyAdvSearchBase(QDialog *parent) {setupUi(parent);}
+public: DummyAdvSearchBase(QWidget *parent):QDialog(parent) {setupUi(this);}
 };
 
 #endif