adapted to changes in KConfig and KLocale

svn path=/trunk/kdebase/kfind/; revision=998
This commit is contained in:
cvs 1997-08-31 19:45:54 +00:00
parent e3f7be6d45
commit 52951d5bbc
6 changed files with 8 additions and 6 deletions

View file

@ -15,8 +15,8 @@
#include "kfdird.h"
#include <kapp.h>
#include <klocale.h>
#define klocale KLocale::klocale()
KfDirDialog::KfDirDialog( QWidget *parent, const char *name, bool modal )
: QDialog( parent, name, modal )

View file

@ -23,7 +23,7 @@
#include "kfind.h"
#include "kfindtop.h"
#include <klocale.h>
#define trans KLocale::klocale()
#define trans klocale
#include "version.h"

View file

@ -42,7 +42,7 @@ extern QList<KfFileType> *types;
extern KfSaveOptions *saving;
extern QList<KfArchiver> *archivers;
#define trans KLocale::klocale()
#define trans klocale
KfOptions::KfOptions( QWidget *parent=0, const char *name=0 ):QTabDialog( parent, name)
{

View file

@ -33,7 +33,7 @@
#include "kftabdlg.h"
#include <klocale.h>
#define trans KLocale::klocale()
#define trans klocale
extern QList<KfFileType> *types;

View file

@ -42,7 +42,7 @@
#include "kfsave.h"
#include <klocale.h>
#define klocale KLocale::klocale()
#include <kapp.h>
extern KfSaveOptions *saving;
extern QList<KfArchiver> *archivers;

View file

@ -23,7 +23,9 @@ int main( int argc, char ** argv )
// default_font.setRawMode( TRUE );
// QApplication::setFont(default_font );
(void)signal(SIGCHLD, SIG_DFL);
// Kalle Dalheimer, 31.08.97: no longer needed, now handled by KProcess
// (void)signal(SIGCHLD, SIG_DFL);
//Scan for saving options in kfind resource file
saving = new KfSaveOptions();