summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/SensorDisplayLib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:48:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:48:54 -0600
commit8103f3767e023c58049df75422bc4c87cedae1a2 (patch)
tree3cb869372e1cc84ae83cef208f08637326f2099b /ksysguard/gui/SensorDisplayLib
parent75e0b34e46f2a8b1e79e71343c612f6b951c12ad (diff)
downloadtdebase-8103f3767e023c58049df75422bc4c87cedae1a2.tar.gz
tdebase-8103f3767e023c58049df75422bc4c87cedae1a2.zip
Fix a few remaining references to kio_
Diffstat (limited to 'ksysguard/gui/SensorDisplayLib')
-rw-r--r--ksysguard/gui/SensorDisplayLib/ProcessList.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/SensorDisplayLib/ProcessList.cc b/ksysguard/gui/SensorDisplayLib/ProcessList.cc
index 5bb68b394..4fd3e766e 100644
--- a/ksysguard/gui/SensorDisplayLib/ProcessList.cc
+++ b/ksysguard/gui/SensorDisplayLib/ProcessList.cc
@@ -185,7 +185,7 @@ ProcessList::ProcessList(TQWidget *parent, const char* name)
aliases.insert("tdesud", new TQString("kdeapp"));
aliases.insert("tdm", new TQString("kdeapp"));
aliases.insert("khotkeys", new TQString("kdeapp"));
- aliases.insert("kio_file", new TQString("kdeapp"));
+ aliases.insert("tdeio_file", new TQString("kdeapp"));
aliases.insert("tdeio_uiserver", new TQString("kdeapp"));
aliases.insert("tdelauncher", new TQString("kdeapp"));
aliases.insert("ksmserver", new TQString("kdeapp"));