diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 19:48:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 19:48:27 -0600 |
commit | 43636e0371d99c0e3d623a39dfde6f1f685968fe (patch) | |
tree | a75b777f83c1c247a69d821cfff78e4ab7953ef8 /tdeui/Makefile.am | |
parent | 546d2312d9b4a09110dd2d87fc7f07b330f7ce95 (diff) | |
download | tdelibs-43636e0371d99c0e3d623a39dfde6f1f685968fe.tar.gz tdelibs-43636e0371d99c0e3d623a39dfde6f1f685968fe.zip |
Rename kcompletionbox
Diffstat (limited to 'tdeui/Makefile.am')
-rw-r--r-- | tdeui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/Makefile.am b/tdeui/Makefile.am index 5da7403fc..4a1b472ff 100644 --- a/tdeui/Makefile.am +++ b/tdeui/Makefile.am @@ -63,7 +63,7 @@ include_HEADERS = kprogressbox.h kprogress.h kcolordlg.h \ kedittoolbar.h kdockwidget.h kanimwidget.h \ krootpixmap.h kaboutkde.h kaboutapplication.h \ kpanelapplet.h kpushbutton.h kdcopactionproxy.h kcolorcombo.h \ - kpanelextension.h kcompletionbox.h ksqueezedtextlabel.h \ + kpanelextension.h tdecompletionbox.h ksqueezedtextlabel.h \ kcommand.h twindowlistmenu.h tdefontcombo.h tdeaccelgen.h ktip.h \ kdatewidget.h karrowbutton.h kguiitem.h kstdguiitem.h \ kstringvalidator.h twindowinfo.h \ @@ -110,7 +110,7 @@ libtdeui_la_SOURCES = \ kanimwidget.cpp krootpixmap.cpp kaboutkde.cpp \ kaboutapplication.cpp kpanelapplet.cpp kdcopactionproxy.cpp \ kcolorcombo.cpp kpushbutton.cpp kpanelextension.cpp \ - kcompletionbox.cpp ksqueezedtextlabel.cpp tdecmodule.cpp \ + tdecompletionbox.cpp ksqueezedtextlabel.cpp tdecmodule.cpp \ kcommand.cpp twindowlistmenu.cpp tdefontcombo.cpp ktip.cpp \ kdatewidget.cpp karrowbutton.cpp tdemainwindowiface.cpp \ tdemainwindowiface.skel kguiitem.cpp kstdguiitem.cpp \ |