summaryrefslogtreecommitdiffstats
path: root/kio/kio/kservicegroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kservicegroup.cpp')
-rw-r--r--kio/kio/kservicegroup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/kservicegroup.cpp b/kio/kio/kservicegroup.cpp
index 0560d033c..8333e4f1e 100644
--- a/kio/kio/kservicegroup.cpp
+++ b/kio/kio/kservicegroup.cpp
@@ -84,12 +84,12 @@ KServiceGroup::KServiceGroup( const TQString &configFile, const TQString & _relp
TQStringList tmpList;
if (config.hasKey("OnlyShowIn"))
{
- if (!config.readListEntry("OnlyShowIn", ';').tqcontains("KDE"))
+ if ((!config.readListEntry("OnlyShowIn", ';').tqcontains("TDE")) && (!config.readListEntry("OnlyShowIn", ';').tqcontains("KDE")))
d->m_bNoDisplay = true;
}
if (config.hasKey("NotShowIn"))
{
- if (config.readListEntry("NotShowIn", ';').tqcontains("KDE"))
+ if ((config.readListEntry("NotShowIn", ';').tqcontains("TDE")) && (config.readListEntry("NotShowIn", ';').tqcontains("KDE")))
d->m_bNoDisplay = true;
}