summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/rfc822
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/rfc822')
-rw-r--r--tdefile-plugins/rfc822/tdefile_rfc822.cpp6
-rw-r--r--tdefile-plugins/rfc822/tdefile_rfc822.desktop57
-rw-r--r--tdefile-plugins/rfc822/tdefile_rfc822.h2
3 files changed, 4 insertions, 61 deletions
diff --git a/tdefile-plugins/rfc822/tdefile_rfc822.cpp b/tdefile-plugins/rfc822/tdefile_rfc822.cpp
index f1b4d6ff..68ff16fa 100644
--- a/tdefile-plugins/rfc822/tdefile_rfc822.cpp
+++ b/tdefile-plugins/rfc822/tdefile_rfc822.cpp
@@ -20,7 +20,7 @@
#include <config.h>
#include "tdefile_rfc822.h"
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <kgenericfactory.h>
#include <kstringvalidator.h>
@@ -32,11 +32,7 @@
#include <tqfile.h>
#include <tqdatetime.h>
-#if !defined(__osf__)
#include <inttypes.h>
-#else
-typedef unsigned short uint32_t;
-#endif
typedef KGenericFactory<KRfc822Plugin> Rfc822Factory;
diff --git a/tdefile-plugins/rfc822/tdefile_rfc822.desktop b/tdefile-plugins/rfc822/tdefile_rfc822.desktop
index 448a7357..b82a148d 100644
--- a/tdefile-plugins/rfc822/tdefile_rfc822.desktop
+++ b/tdefile-plugins/rfc822/tdefile_rfc822.desktop
@@ -1,60 +1,7 @@
[Desktop Entry]
-Type=Service
Name=Email Info
-Name[af]=E-pos informasie
-Name[be]=Інфармацыя аб паведамленні электроннай пошты
-Name[bg]=Информация за е-поща
-Name[br]=Titouroù postel
-Name[ca]=Informació de correu-e
-Name[cs]=Informace o emailu
-Name[cy]=Gwybodaeth Ebost
-Name[da]=E-mail-info
-Name[de]=E-Mail-Info
-Name[el]=Πληροφορίες Email
-Name[eo]=Retpoŝt-informo
-Name[es]=Info de correo electrónico
-Name[et]=Kirja info
-Name[eu]=E-posta informazioa
-Name[fa]=اطلاعات رایانامه
-Name[fi]=Sähköpostitiedot
-Name[fr]=Informations sur le courrier électronique
-Name[fy]=E-port-ynformaasje
-Name[gl]=Información de Correo-e
-Name[he]=מידע על דוא"ל
-Name[hi]=ई-मेल जानकारी
-Name[hr]=Email Informacije
-Name[hu]=E-mail-jellemzők
-Name[is]=Tölvupóst upplýsingar
-Name[it]=Informazioni di posta elettronica
-Name[ja]=Eメール 情報
-Name[kk]=Эл.пошта мәліметі
-Name[km]=ព័ត៌មាន​អ៊ីមែល
-Name[lt]=E. pašto info
-Name[mk]=Информации за е-пошта
-Name[ms]=Info Emel
-Name[nb]=E-post-info
-Name[nds]=Nettbreef-Informatschonen
-Name[ne]=इमेल सूचना
-Name[nl]=E-mail-informatie
-Name[nn]=Epost-info
-Name[pa]=ਈ-ਪੱਤਰ ਜਾਣਕਾਰੀ
-Name[pl]=Informacja o e-mailu
-Name[pt]=Informação do E-Mail
-Name[pt_BR]=Informações sobre E-mail
-Name[ro]=Informaţii e-mail
-Name[ru]=Сведения об электронной почте
-Name[se]=E-boastadieđut
-Name[sk]=Informácie o emaily
-Name[sl]=Informacije o e-pošti
-Name[sr]=Е-поштанске информације
-Name[sr@Latn]=E-poštanske informacije
-Name[sv]=E-postinformation
-Name[ta]=மின்னஞ்சல் தகவல்
-Name[tg]=Иттилоот дар бораи почтаи электронӣ
-Name[tr]=E-Posta Bilgisi
-Name[uk]=Інформація про повідомлення ел. пошти
-Name[zh_CN]=电子邮件信息
-Name[zh_TW]=電子郵件資訊
+
+Type=Service
X-TDE-ServiceTypes=KFilePlugin
X-TDE-Library=tdefile_rfc822
MimeType=message/rfc822
diff --git a/tdefile-plugins/rfc822/tdefile_rfc822.h b/tdefile-plugins/rfc822/tdefile_rfc822.h
index c8f3f2f8..cf33ade9 100644
--- a/tdefile-plugins/rfc822/tdefile_rfc822.h
+++ b/tdefile-plugins/rfc822/tdefile_rfc822.h
@@ -26,7 +26,7 @@ class TQStringList;
class KRfc822Plugin: public KFilePlugin
{
- Q_OBJECT
+ TQ_OBJECT
public: