Switch to side-by-side view

--- a/src/qtgui/ssearch_w.h
+++ b/src/qtgui/ssearch_w.h
@@ -1,4 +1,4 @@
-/* @(#$Id: ssearch_w.h,v 1.4 2006-12-04 06:19:11 dockes Exp $  (C) 2006 J.F.Dockes */
+/* @(#$Id: ssearch_w.h,v 1.5 2006-12-04 09:56:27 dockes Exp $  (C) 2006 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
@@ -38,7 +38,7 @@
 #else
 class DummySSearchBase : public QWidget, public Ui::SSearchBase
 {
- public: DummySSearchBase(QWidget* parent) {setupUi(parent);}
+public: DummySSearchBase(QWidget* parent) : QWidget(parent) {setupUi(this);}
 };
 #endif
 //MOC_SKIP_END