Switch to side-by-side view

--- a/src/qtgui/main.cpp
+++ b/src/qtgui/main.cpp
@@ -51,7 +51,6 @@
 #include "rclinit.h"
 #include "debuglog.h"
 #ifdef WITH_KDE
-#include "rclversion.h"
 #endif
 #include "rclmain_w.h"
 #include "ssearch_w.h"
@@ -192,7 +191,8 @@
     }
 
 #ifdef WITH_KDE
-    KAboutData about("recoll", I18N_NOOP("Recoll"), rclversion, description,
+    KAboutData about("recoll", I18N_NOOP("Recoll"), Rcl::version_string(), 
+                     description,
                      KAboutData::License_GPL, "(C) 2006 Jean-Francois Dockes", 0, 0, "jean-francois.dockes@wanadoo.fr");
     about.addAuthor( "Jean-Francois Dockes", 0, 
 		     "jean-francois.dockes@wanadoo.fr" );