diff options
Diffstat (limited to 'kbabel/commonui/Makefile.am')
-rw-r--r-- | kbabel/commonui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/commonui/Makefile.am b/kbabel/commonui/Makefile.am index 65fd166b..94c5a18d 100644 --- a/kbabel/commonui/Makefile.am +++ b/kbabel/commonui/Makefile.am @@ -8,7 +8,7 @@ noinst_LTLIBRARIES = libkbabelcommonui.la INCLUDES = -I$(srcdir)/../common -I../common -I$(srcdir)/../kbabeldict -I../kbabeldict $(all_includes) # which sources should be compiled -libkbabelcommonui_la_SOURCES = klisteditor.ui context.cpp kactionselector.cpp \ +libkbabelcommonui_la_SOURCES = tdelisteditor.ui context.cpp tdeactionselector.cpp \ toolselectionwidget.cpp toolaction.cpp \ finddialog.cpp roughtransdlg.cpp \ projectprefwidgets.cpp \ @@ -24,7 +24,7 @@ libkbabelcommonui_la_LIBADD = $(LIB_KIO) -ltdetexteditor ../common/libkbabelcom libkbabelcommonui_la_LDFLAGS = $(all_libraries) # these are the headers for your project -noinst_HEADERS = context.h kactionselector.h finddialog.h \ +noinst_HEADERS = context.h tdeactionselector.h finddialog.h \ roughtransdlg.h projectprefwidgets.h projectpref.h \ cmdedit.h projectwizard.h |