qt3 adjustments

This commit is contained in:
dockes 2007-08-07 08:42:47 +00:00
parent bd7de819f0
commit f483760dc3
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef lint #ifndef lint
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.39 2007-08-02 06:33:35 dockes Exp $ (C) 2005 J.F.Dockes"; static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.40 2007-08-07 08:42:47 dockes Exp $ (C) 2005 J.F.Dockes";
#endif #endif
/* /*
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -52,6 +52,7 @@ using std::pair;
#include <qiconset.h> #include <qiconset.h>
#include <qapplication.h> #include <qapplication.h>
#include <qcursor.h> #include <qcursor.h>
#include <qpopupmenu.h>
#include "recoll.h" #include "recoll.h"
#include "debuglog.h" #include "debuglog.h"

View File

@ -1,5 +1,5 @@
#ifndef lint #ifndef lint
static char rcsid[] = "@(#$Id: reslist.cpp,v 1.33 2007-08-02 06:33:35 dockes Exp $ (C) 2005 J.F.Dockes"; static char rcsid[] = "@(#$Id: reslist.cpp,v 1.34 2007-08-07 08:42:47 dockes Exp $ (C) 2005 J.F.Dockes";
#endif #endif
#include <time.h> #include <time.h>
@ -495,7 +495,7 @@ void ResList::resultPageNext()
} }
// Build the result list paragraph: // Build the result list paragraph:
chunk.clear(); chunk = "";
// Subheader: this is used by history // Subheader: this is used by history
if (!sh.empty()) if (!sh.empty())