summaryrefslogtreecommitdiffstats
path: root/tdespell2/plugins/aspell
diff options
context:
space:
mode:
Diffstat (limited to 'tdespell2/plugins/aspell')
-rw-r--r--tdespell2/plugins/aspell/CMakeLists.txt6
-rw-r--r--tdespell2/plugins/aspell/tdespell_aspell.desktop7
-rw-r--r--tdespell2/plugins/aspell/tdespell_aspellclient.h2
3 files changed, 6 insertions, 9 deletions
diff --git a/tdespell2/plugins/aspell/CMakeLists.txt b/tdespell2/plugins/aspell/CMakeLists.txt
index 9ae66d01b..7a6d1276b 100644
--- a/tdespell2/plugins/aspell/CMakeLists.txt
+++ b/tdespell2/plugins/aspell/CMakeLists.txt
@@ -26,7 +26,11 @@ link_directories(
##### other data ################################
-install( FILES tdespell_aspell.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE tdespell_aspell.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR tdespell2-desktops
+)
#### tdespell_aspell ##############################
diff --git a/tdespell2/plugins/aspell/tdespell_aspell.desktop b/tdespell2/plugins/aspell/tdespell_aspell.desktop
index a4753609d..0103e49c7 100644
--- a/tdespell2/plugins/aspell/tdespell_aspell.desktop
+++ b/tdespell2/plugins/aspell/tdespell_aspell.desktop
@@ -12,10 +12,3 @@ X-TDE-PluginInfo-Depends=
X-TDE-PluginInfo-License=LGPL
X-TDE-PluginInfo-EnabledByDefault=true
Name=ASpell
-Name[bn]=এ-স্পেল
-Name[hi]=आ-स्पैल
-Name[it]=Aspell
-Name[ne]=ए स्पेल
-Name[sv]=Aspell
-Name[ta]=psதேர்ந்தெடு
-Name[te]=ఏస్పెల్
diff --git a/tdespell2/plugins/aspell/tdespell_aspellclient.h b/tdespell2/plugins/aspell/tdespell_aspellclient.h
index 1384b0242..9a71bfa69 100644
--- a/tdespell2/plugins/aspell/tdespell_aspellclient.h
+++ b/tdespell2/plugins/aspell/tdespell_aspellclient.h
@@ -33,7 +33,7 @@ using KSpell2::Dictionary;
class ASpellClient : public KSpell2::Client
{
- Q_OBJECT
+ TQ_OBJECT
public:
ASpellClient( TQObject *parent, const char *name, const TQStringList & /* args */ );
~ASpellClient();