From 35429f8c2c544dffb01d9d6cf3947133ba7d000a Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 7 Aug 2007 08:45:07 +0000 Subject: [PATCH] *** empty log message *** --- src/qtgui/rclmain_w.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp index 1dd206d5..f6258182 100644 --- a/src/qtgui/rclmain_w.cpp +++ b/src/qtgui/rclmain_w.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.40 2007-08-07 08:42:47 dockes Exp $ (C) 2005 J.F.Dockes"; +static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.41 2007-08-07 08:45:07 dockes Exp $ (C) 2005 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -35,6 +35,7 @@ using std::pair; #include #if (QT_VERSION < 0x040000) #include +#include #endif #include #include @@ -52,7 +53,6 @@ using std::pair; #include #include #include -#include #include "recoll.h" #include "debuglog.h"