From 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:28:57 -0600 Subject: Additional kde to tde renaming --- ksysguard/gui/Makefile.am | 2 +- ksysguard/gui/SensorDisplayLib/ProcessList.cc | 4 ++-- ksysguard/gui/ksgrd/CMakeLists.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ksysguard/gui') 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} ) -- cgit v1.2.3