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 --- kicker/applets/clock/Makefile.am | 2 +- kicker/applets/clock/clock.cpp | 2 +- kicker/applets/launcher/Makefile.am | 2 +- kicker/applets/menu/CMakeLists.txt | 2 +- kicker/applets/minipager/Makefile.am | 2 +- kicker/applets/naughty/NaughtyProcessMonitor.cpp | 6 +++--- kicker/applets/systemtray/Makefile.am | 2 +- kicker/applets/taskbar/Makefile.am | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) (limited to 'kicker/applets') diff --git a/kicker/applets/clock/Makefile.am b/kicker/applets/clock/Makefile.am index b87e0d8e7..aab460112 100644 --- a/kicker/applets/clock/Makefile.am +++ b/kicker/applets/clock/Makefile.am @@ -19,7 +19,7 @@ clock_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) clock_panelapplet_la_LIBADD = ../../libkicker/libkickermain.la $(LIB_KDEUI) srcdoc: - kdoc -a -p -H -d $$HOME/web/src/clockapplet clockapplet *.h -lqt -lkdecore -lkdeui -lkfile + kdoc -a -p -H -d $$HOME/web/src/clockapplet clockapplet *.h -lqt -ltdecore -ltdeui -lkfile messages: rc.cpp $(XGETTEXT) *.cpp *.h -o $(podir)/clockapplet.pot diff --git a/kicker/applets/clock/clock.cpp b/kicker/applets/clock/clock.cpp index 6eb40993d..74e6a6c99 100644 --- a/kicker/applets/clock/clock.cpp +++ b/kicker/applets/clock/clock.cpp @@ -1515,7 +1515,7 @@ void ClockApplet::contextMenuActivated(int result) preferences(); break; case 103: - proc << locate("exe", "kdesu"); + proc << locate("exe", "tdesu"); proc << "--nonewdcop"; proc << TQString("%1 kde-clock.desktop --lang %2") .arg(locate("exe", "kcmshell")) diff --git a/kicker/applets/launcher/Makefile.am b/kicker/applets/launcher/Makefile.am index a101c6ccf..cc06542b5 100644 --- a/kicker/applets/launcher/Makefile.am +++ b/kicker/applets/launcher/Makefile.am @@ -24,4 +24,4 @@ messages: rc.cpp $(XGETTEXT) *.cpp *.h -o $(podir)/quicklauncher.pot srcdoc: - kdoc -a -p -H -d $$HOME/web/src/quicklauncher quicklauncher *.h -lqt -lkdecore -lkdeui + kdoc -a -p -H -d $$HOME/web/src/quicklauncher quicklauncher *.h -lqt -ltdecore -ltdeui diff --git a/kicker/applets/menu/CMakeLists.txt b/kicker/applets/menu/CMakeLists.txt index b0accd9a7..772348e3a 100644 --- a/kicker/applets/menu/CMakeLists.txt +++ b/kicker/applets/menu/CMakeLists.txt @@ -28,6 +28,6 @@ install( FILES menuapplet.desktop DESTINATION ${DATA_INSTALL_DIR}/kicker/applets tde_add_kpart( menu_panelapplet AUTOMOC SOURCES menuapplet.cpp menuapplet.skel - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kicker/applets/minipager/Makefile.am b/kicker/applets/minipager/Makefile.am index da149f468..d84f1993c 100644 --- a/kicker/applets/minipager/Makefile.am +++ b/kicker/applets/minipager/Makefile.am @@ -22,4 +22,4 @@ messages: rc.cpp $(XGETTEXT) *.cpp *.h -o $(podir)/kminipagerapplet.pot srcdoc: - kdoc -a -p -H -d $$HOME/web/src/kminipagerapplet kminipagerapplet *.h -lqt -lkdecore -lkdeui -lkfile + kdoc -a -p -H -d $$HOME/web/src/kminipagerapplet kminipagerapplet *.h -lqt -ltdecore -ltdeui -lkfile diff --git a/kicker/applets/naughty/NaughtyProcessMonitor.cpp b/kicker/applets/naughty/NaughtyProcessMonitor.cpp index 0a9d5c676..aaca4213e 100644 --- a/kicker/applets/naughty/NaughtyProcessMonitor.cpp +++ b/kicker/applets/naughty/NaughtyProcessMonitor.cpp @@ -254,7 +254,7 @@ NaughtyProcessMonitor::processName(ulong pid) const s += char(c); } - // Now strip 'kdeinit:' prefix. + // Now strip 'tdeinit:' prefix. TQString tqunicode(TQString::fromLocal8Bit(s)); #elif defined(__OpenBSD__) @@ -279,7 +279,7 @@ NaughtyProcessMonitor::processName(ulong pid) const return i18n("Unknown") ; } - // Now strip 'kdeinit:' prefix. + // Now strip 'tdeinit:' prefix. TQString tqunicode(TQString::fromLocal8Bit(argv[0])); free (argv) ; @@ -287,7 +287,7 @@ NaughtyProcessMonitor::processName(ulong pid) const TQStringList parts(TQStringList::split(' ', tqunicode)); - TQString processName = parts[0] == "kdeinit:" ? parts[1] : parts[0]; + TQString processName = parts[0] == "tdeinit:" ? parts[1] : parts[0]; int lastSlash = processName.findRev('/'); diff --git a/kicker/applets/systemtray/Makefile.am b/kicker/applets/systemtray/Makefile.am index 849795a9e..33a0be11c 100644 --- a/kicker/applets/systemtray/Makefile.am +++ b/kicker/applets/systemtray/Makefile.am @@ -21,4 +21,4 @@ messages: $(XGETTEXT) *.cpp *.h -o $(podir)/ksystemtrayapplet.pot srcdoc: - kdoc -a -p -H -d $$HOME/web/src/ksystemtrayapplet ksystemtrayapplet *.h -lqt -lkdecore -lkdeui -lkfile + kdoc -a -p -H -d $$HOME/web/src/ksystemtrayapplet ksystemtrayapplet *.h -lqt -ltdecore -ltdeui -lkfile diff --git a/kicker/applets/taskbar/Makefile.am b/kicker/applets/taskbar/Makefile.am index 35cb337e6..700cf27d8 100644 --- a/kicker/applets/taskbar/Makefile.am +++ b/kicker/applets/taskbar/Makefile.am @@ -19,4 +19,4 @@ messages: $(XGETTEXT) *.cpp *.h -o $(podir)/ktaskbarapplet.pot srcdoc: - kdoc -a -p -H -d $$HOME/web/src/ktaskbarapplet ktaskbarapplet *.h -lqt -lkdecore -lkdeui -lkfile + kdoc -a -p -H -d $$HOME/web/src/ktaskbarapplet ktaskbarapplet *.h -lqt -ltdecore -ltdeui -lkfile -- cgit v1.2.3