From 3e88ddfbc3df52c97d5354890fb9ac68af49bddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:01:54 +0200 Subject: Additional k => tde renaming and fixes --- kcontrol/input/Makefile.am | 2 +- kcontrol/input/xcursor/themepage.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/input') diff --git a/kcontrol/input/Makefile.am b/kcontrol/input/Makefile.am index 840029c26..ec7a4ad8c 100644 --- a/kcontrol/input/Makefile.am +++ b/kcontrol/input/Makefile.am @@ -22,7 +22,7 @@ kde_module_LTLIBRARIES = kcm_input.la kcm_input_la_SOURCES = mouse.cpp kmousedlg.ui main.cpp logitechmouse.cpp logitechmouse_base.ui kcm_input_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kcm_input_la_LIBADD = $(THEMEPAGE_LIB) $(XTESTLIB) $(LIB_KIO) $(LIB_XCURSOR) $(USB_LIBS) +kcm_input_la_LIBADD = $(THEMEPAGE_LIB) $(XTESTLIB) $(LIB_TDEIO) $(LIB_XCURSOR) $(USB_LIBS) METASOURCES = AUTO diff --git a/kcontrol/input/xcursor/themepage.cpp b/kcontrol/input/xcursor/themepage.cpp index d84d470b1..cdffbd1bd 100644 --- a/kcontrol/input/xcursor/themepage.cpp +++ b/kcontrol/input/xcursor/themepage.cpp @@ -269,7 +269,7 @@ void ThemePage::removeClicked() // theme with the same name, we shouldn't remove the theme from the list if it's // still available elsewhere. This could be solved by calling insertThemes() here, // but since TDEIO::del() is an asynchronos operation, the theme we're deleting will - // be readded to the list again before KIO has removed it. + // be readded to the list again before TDEIO has removed it. } -- cgit v1.2.3