summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/gui')
-rw-r--r--ksysguard/gui/Makefile.am2
-rw-r--r--ksysguard/gui/SensorDisplayLib/ProcessList.cc4
-rw-r--r--ksysguard/gui/ksgrd/CMakeLists.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/ksysguard/gui/Makefile.am b/ksysguard/gui/Makefile.am
index 10c6c6dd0..0ccf4c055 100644
--- a/ksysguard/gui/Makefile.am
+++ b/ksysguard/gui/Makefile.am
@@ -32,7 +32,7 @@ ksysguard_LDADD = \
ksgrd/libksgrd.la \
SensorDisplayLib/libsensordisplays.la \
$(LIB_KDEUI) $(LIB_KIO) $(LIB_KDNSSD)
-ksysguard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+ksysguard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kpm_SOURCES = kpm.c
diff --git a/ksysguard/gui/SensorDisplayLib/ProcessList.cc b/ksysguard/gui/SensorDisplayLib/ProcessList.cc
index c1a60b65e..e0198bbfc 100644
--- a/ksysguard/gui/SensorDisplayLib/ProcessList.cc
+++ b/ksysguard/gui/SensorDisplayLib/ProcessList.cc
@@ -180,9 +180,9 @@ ProcessList::ProcessList(TQWidget *parent, const char* name)
aliases.insert("kcookiejar", new TQString("kdeapp"));
aliases.insert("kde", new TQString("kdeapp"));
aliases.insert("kded", new TQString("kdeapp"));
- aliases.insert("kdeinit", new TQString("kdeapp"));
+ aliases.insert("tdeinit", new TQString("kdeapp"));
aliases.insert("kdesktop", new TQString("kdeapp"));
- aliases.insert("kdesud", new TQString("kdeapp"));
+ aliases.insert("tdesud", new TQString("kdeapp"));
aliases.insert("kdm", new TQString("kdeapp"));
aliases.insert("khotkeys", new TQString("kdeapp"));
aliases.insert("kio_file", new TQString("kdeapp"));
diff --git a/ksysguard/gui/ksgrd/CMakeLists.txt b/ksysguard/gui/ksgrd/CMakeLists.txt
index 5009bfcca..b1ec7c5f8 100644
--- a/ksysguard/gui/ksgrd/CMakeLists.txt
+++ b/ksysguard/gui/ksgrd/CMakeLists.txt
@@ -38,6 +38,6 @@ tde_add_library( ksgrd SHARED AUTOMOC
SensorShellAgent.cc SensorSocketAgent.cc StyleEngine.cc
StyleSettings.cc TimerSettings.cc
VERSION 1.2.0
- LINK kdeui-shared
+ LINK tdeui-shared
DESTINATION ${LIB_INSTALL_DIR}
)