names cleanup: rclmain, translations

This commit is contained in:
dockes 2006-09-22 07:41:35 +00:00
parent 6c89d4e3d5
commit 1c4add76ff
7 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
#ifndef lint
static char rcsid[] = "@(#$Id: main.cpp,v 1.49 2006-09-13 13:53:35 dockes Exp $ (C) 2005 J.F.Dockes";
static char rcsid[] = "@(#$Id: main.cpp,v 1.50 2006-09-22 07:37:38 dockes Exp $ (C) 2005 J.F.Dockes";
#endif
/*
* This program is free software; you can redistribute it and/or modify
@ -49,7 +49,7 @@ static char rcsid[] = "@(#$Id: main.cpp,v 1.49 2006-09-13 13:53:35 dockes Exp $
#ifdef WITH_KDE
#include "rclversion.h"
#endif
#include "rclmain.h"
#include "rclmain_w.h"
#include "guiutils.h"
#ifdef WITH_KDE

View File

@ -1,5 +1,5 @@
#ifndef lint
static char rcsid[] = "@(#$Id: rclmain.cpp,v 1.35 2006-09-22 07:29:34 dockes Exp $ (C) 2005 J.F.Dockes";
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.1 2006-09-22 07:41:35 dockes Exp $ (C) 2005 J.F.Dockes";
#endif
/*
* This program is free software; you can redistribute it and/or modify
@ -61,8 +61,8 @@ using std::pair;
#include "reslist.h"
#include "transcode.h"
#include "rclmain.h"
#include "moc_rclmain.cpp"
#include "rclmain_w.h"
#include "moc_rclmain_w.cpp"
extern "C" int XFlush(void *);

View File

@ -14,8 +14,8 @@
* Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef RCLMAIN_H
#define RCLMAIN_H
#ifndef RCLMAIN_W_H
#define RCLMAIN_W_H
#include <qvariant.h>
#include <qmainwindow.h>
@ -28,7 +28,7 @@
#include "rcldb.h"
#include "searchdata.h"
#include "recollmain.h"
#include "rclmain.h"
class RclMain : public RclMainBase
{
@ -79,4 +79,4 @@ private:
virtual void init();
};
#endif // RCLMAIN_H
#endif // RCLMAIN_W_H