names cleanup: rclmain, translations
This commit is contained in:
parent
6c89d4e3d5
commit
1c4add76ff
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#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
|
#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
|
||||||
@ -49,7 +49,7 @@ static char rcsid[] = "@(#$Id: main.cpp,v 1.49 2006-09-13 13:53:35 dockes Exp $
|
|||||||
#ifdef WITH_KDE
|
#ifdef WITH_KDE
|
||||||
#include "rclversion.h"
|
#include "rclversion.h"
|
||||||
#endif
|
#endif
|
||||||
#include "rclmain.h"
|
#include "rclmain_w.h"
|
||||||
#include "guiutils.h"
|
#include "guiutils.h"
|
||||||
|
|
||||||
#ifdef WITH_KDE
|
#ifdef WITH_KDE
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#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
|
#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
|
||||||
@ -61,8 +61,8 @@ using std::pair;
|
|||||||
#include "reslist.h"
|
#include "reslist.h"
|
||||||
#include "transcode.h"
|
#include "transcode.h"
|
||||||
|
|
||||||
#include "rclmain.h"
|
#include "rclmain_w.h"
|
||||||
#include "moc_rclmain.cpp"
|
#include "moc_rclmain_w.cpp"
|
||||||
|
|
||||||
extern "C" int XFlush(void *);
|
extern "C" int XFlush(void *);
|
||||||
|
|
||||||
@ -14,8 +14,8 @@
|
|||||||
* Free Software Foundation, Inc.,
|
* Free Software Foundation, Inc.,
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
#ifndef RCLMAIN_H
|
#ifndef RCLMAIN_W_H
|
||||||
#define RCLMAIN_H
|
#define RCLMAIN_W_H
|
||||||
|
|
||||||
#include <qvariant.h>
|
#include <qvariant.h>
|
||||||
#include <qmainwindow.h>
|
#include <qmainwindow.h>
|
||||||
@ -28,7 +28,7 @@
|
|||||||
#include "rcldb.h"
|
#include "rcldb.h"
|
||||||
#include "searchdata.h"
|
#include "searchdata.h"
|
||||||
|
|
||||||
#include "recollmain.h"
|
#include "rclmain.h"
|
||||||
|
|
||||||
class RclMain : public RclMainBase
|
class RclMain : public RclMainBase
|
||||||
{
|
{
|
||||||
@ -79,4 +79,4 @@ private:
|
|||||||
virtual void init();
|
virtual void init();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // RCLMAIN_H
|
#endif // RCLMAIN_W_H
|
||||||
Loading…
x
Reference in New Issue
Block a user