diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:09 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:09 +0200 |
commit | 5bdc8b0056d7c1ec06cb75289bbc5f20749ba33e (patch) | |
tree | 37d4202391925fdea17216767d8407902bb89208 /kshutdownlockout | |
parent | 922b4741520acd83680a37ccc29d14b7c39655ee (diff) | |
download | kshutdown-5bdc8b0056d7c1ec06cb75289bbc5f20749ba33e.tar.gz kshutdown-5bdc8b0056d7c1ec06cb75289bbc5f20749ba33e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kshutdownlockout')
-rw-r--r-- | kshutdownlockout/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kshutdownlockout/Makefile.am b/kshutdownlockout/Makefile.am index b66ac8c..2c821f3 100644 --- a/kshutdownlockout/Makefile.am +++ b/kshutdownlockout/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kshutdownlockout_panelapplet.la kshutdownlockout_panelapplet_la_SOURCES = lockout.cpp kshutdownlockout_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_QT) -lDCOP $(all_libraries) -kshutdownlockout_panelapplet_la_LIBADD = $(LIB_KSYCOCA) +kshutdownlockout_panelapplet_la_LIBADD = $(LIB_TDESYCOCA) noinst_HEADERS = lockout.h |