diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:27 -0600 |
commit | 28ccd51885bd98e62c1756453c3fc638b429e5ee (patch) | |
tree | 309d7dfbc38b1253fc2aceca34036f8f4eedd27b /kdict | |
parent | 8a9ab45627c50ab0d33e9edf86fe8988e02709cb (diff) | |
download | tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.tar.gz tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdict')
-rw-r--r-- | kdict/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kdict/Makefile.am | 2 | ||||
-rw-r--r-- | kdict/applet/CMakeLists.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kdict/CMakeLists.txt b/kdict/CMakeLists.txt index b56251aa..190f17c8 100644 --- a/kdict/CMakeLists.txt +++ b/kdict/CMakeLists.txt @@ -33,9 +33,9 @@ install( FILES kdict.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES kdictui.rc DESTINATION ${DATA_INSTALL_DIR}/kdict ) -##### kdict (kdeinit) ########################### +##### kdict (tdeinit) ########################### -tde_add_kdeinit_executable( kdict AUTOMOC +tde_add_tdeinit_executable( kdict AUTOMOC SOURCES dcopinterface.skel main.cpp actions.cpp dict.cpp options.cpp queryview.cpp toplevel.cpp sets.cpp matchview.cpp application.cpp diff --git a/kdict/Makefile.am b/kdict/Makefile.am index 5cb60755..d9e600f6 100644 --- a/kdict/Makefile.am +++ b/kdict/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = applet pics bin_PROGRAMS = lib_LTLIBRARIES = -kdeinit_LTLIBRARIES = kdict.la +tdeinit_LTLIBRARIES = kdict.la # set the include path for X, qt and KDE AM_CPPFLAGS = $(all_includes) diff --git a/kdict/applet/CMakeLists.txt b/kdict/applet/CMakeLists.txt index 27d35f17..ad2d6b7d 100644 --- a/kdict/applet/CMakeLists.txt +++ b/kdict/applet/CMakeLists.txt @@ -31,6 +31,6 @@ install( FILES tde_add_kpart( kdict_panelapplet AUTOMOC SOURCES kdictapplet.cpp - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |