From 5159cd2beb2e87806a5b54e9991b7895285c9d3e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdespell2/plugins/ispell/ispell_checker.cpp | 2 +- tdespell2/plugins/ispell/ispell_checker.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tdespell2/plugins/ispell') diff --git a/tdespell2/plugins/ispell/ispell_checker.cpp b/tdespell2/plugins/ispell/ispell_checker.cpp index c07d9a55f..2bcf7ec92 100644 --- a/tdespell2/plugins/ispell/ispell_checker.cpp +++ b/tdespell2/plugins/ispell/ispell_checker.cpp @@ -197,7 +197,7 @@ ISpellChecker::ISpellChecker() m_chartypes(NULL), m_infile(NULL), m_outfile(NULL), - m_askfilename(NULL), + m_astdefilename(NULL), m_Trynum(0), m_translate_in(0) { diff --git a/tdespell2/plugins/ispell/ispell_checker.h b/tdespell2/plugins/ispell/ispell_checker.h index 84faa34f9..b9d02c177 100644 --- a/tdespell2/plugins/ispell/ispell_checker.h +++ b/tdespell2/plugins/ispell/ispell_checker.h @@ -245,7 +245,7 @@ private: FILE * m_infile; /* File being corrected */ FILE * m_outfile; /* Corrected copy of infile */ - char * m_askfilename; /* File specified in -f option */ + char * m_astdefilename; /* File specified in -f option */ int m_changes; /* NZ if changes made to cur. file */ int m_readonly; /* NZ if current file is readonly */ -- cgit v1.2.1