summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kmail/KMail.desktop2
-rw-r--r--korn/KOrn.desktop2
-rw-r--r--ktnef/gui/ktnef.desktop2
-rw-r--r--wizards/groupwarewizard.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/kmail/KMail.desktop b/kmail/KMail.desktop
index 6c7a870c..fe97955a 100644
--- a/kmail/KMail.desktop
+++ b/kmail/KMail.desktop
@@ -88,4 +88,4 @@ X-TDE-StartupNotify=true
X-DCOP-ServiceType=Unique
X-DCOP-ServiceName=kmail
ServiceTypes=DCOP/ResourceBackend/IMAP,DCOP/Mailer
-Categories=Qt;TDE;Office;Email;X-TDE-Office-PIM;
+Categories=Qt;TDE;Network;Email;X-TDE-Office-PIM;
diff --git a/korn/KOrn.desktop b/korn/KOrn.desktop
index dfb7a76f..3c331743 100644
--- a/korn/KOrn.desktop
+++ b/korn/KOrn.desktop
@@ -73,4 +73,4 @@ Name[ne]=कर्न
Name[ta]=கார்ன்
Name[zh_TW]=Korn 信件通知
X-DCOP-ServiceType=Unique
-Categories=Qt;TDE;Office;Email;X-TDE-Office-PIM;
+Categories=Qt;TDE;Network;Email;X-TDE-Office-PIM;
diff --git a/ktnef/gui/ktnef.desktop b/ktnef/gui/ktnef.desktop
index ea4ec88d..61dd3f22 100644
--- a/ktnef/gui/ktnef.desktop
+++ b/ktnef/gui/ktnef.desktop
@@ -104,4 +104,4 @@ Comment[zh_CN]=TNEF 文件的查看/提取器
Comment[zh_TW]=TNEF 檔案檢視器
Terminal=false
MimeType=application/ms-tnef;
-Categories=Qt;TDE;Office;X-TDE-Office-PIM;
+Categories=Qt;TDE;Network;X-TDE-Office-PIM;
diff --git a/wizards/groupwarewizard.cpp b/wizards/groupwarewizard.cpp
index 231862b4..1f520ce5 100644
--- a/wizards/groupwarewizard.cpp
+++ b/wizards/groupwarewizard.cpp
@@ -31,7 +31,7 @@
GroupwareWizard::GroupwareWizard( TQWidget *parent, const char *name )
: TQWidget( parent, name )
{
- setCaption( i18n( "KDE Groupware Wizard" ) );
+ setCaption( i18n( "TDE Groupware Wizard" ) );
TQVBoxLayout *layout = new TQVBoxLayout( this );