diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /ksysguard/gui | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'ksysguard/gui')
-rw-r--r-- | ksysguard/gui/Makefile.am | 2 | ||||
-rw-r--r-- | ksysguard/gui/SensorDisplayLib/ProcessList.cc | 4 | ||||
-rw-r--r-- | ksysguard/gui/ksgrd/CMakeLists.txt | 2 |
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} ) |