diff options
Diffstat (limited to 'tools/spell')
-rw-r--r-- | tools/spell/Makefile.am | 16 | ||||
-rw-r--r-- | tools/spell/main.cc | 4 | ||||
-rw-r--r-- | tools/spell/tdespelltool.desktop (renamed from tools/spell/kspelltool.desktop) | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/tools/spell/Makefile.am b/tools/spell/Makefile.am index 80f2f78a..7c90d34b 100644 --- a/tools/spell/Makefile.am +++ b/tools/spell/Makefile.am @@ -1,24 +1,24 @@ -# This tool is disabled. Not useful and not ported to kspell2. +# This tool is disabled. Not useful and not ported to tdespell2. #INCLUDES = -I$(srcdir)/../../lib/kofficecore $(all_includes) -#libkspelltool_la_LIBADD = ../../lib/kofficecore/libkofficecore.la +#libtdespelltool_la_LIBADD = ../../lib/kofficecore/libkofficecore.la ####### Files -#kde_module_LTLIBRARIES = libkspelltool.la +#kde_module_LTLIBRARIES = libtdespelltool.la -#libkspelltool_la_SOURCES = main.cc +#libtdespelltool_la_SOURCES = main.cc -#libkspelltool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined +#libtdespelltool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined #noinst_HEADERS = main.h -#libkspelltool_la_METASOURCES = main.moc +#libtdespelltool_la_METASOURCES = main.moc -#service_DATA = kspelltool.desktop +#service_DATA = tdespelltool.desktop #servicedir = $(kde_servicesdir) install-data-local: uninstall.desktop $(mkinstalldirs) $(DESTDIR)$(kde_servicesdir) - $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/kspelltool.desktop + $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/tdespelltool.desktop diff --git a/tools/spell/main.cc b/tools/spell/main.cc index 290d6302..6f152f03 100644 --- a/tools/spell/main.cc +++ b/tools/spell/main.cc @@ -37,7 +37,7 @@ * ***************************************************/ -K_EXPORT_COMPONENT_FACTORY( libkspelltool, KGenericFactory<SpellChecker> ) +K_EXPORT_COMPONENT_FACTORY( libtdespelltool, KGenericFactory<SpellChecker> ) /*************************************************** * @@ -107,7 +107,7 @@ bool SpellChecker::run( const TQString& command, void* data, const TQString& dat #endif } } -#if 0 //PORT to kspell2 +#if 0 //PORT to tdespell2 // Call the spell checker KOSpell::modalCheck( buffer, &kosconfig ); *((TQString*)data) = buffer; diff --git a/tools/spell/kspelltool.desktop b/tools/spell/tdespelltool.desktop index 676dc298..8770c87a 100644 --- a/tools/spell/kspelltool.desktop +++ b/tools/spell/tdespelltool.desktop @@ -66,7 +66,7 @@ Name[xh]=Isixhobo Sokukhangela Upelo Name[zh_CN]=拼写检查工具 Name[zh_TW]=拼字檢查工具 Name[zu]=Ithuluzi Lokubhekisisa Kokubhalwa Kwamagama -X-TDE-Library=libkspelltool +X-TDE-Library=libtdespelltool Type=Service Commands=spellcheck Comment=Check this Word's Spelling |