summaryrefslogtreecommitdiffstats
path: root/kdeui/Makefile.am
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-19 02:52:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-19 02:52:15 +0000
commit9e6594d3aac90beca6b88ec752929c32eb212526 (patch)
tree515e0d1fac68b01a5542357549798180d3154d62 /kdeui/Makefile.am
parent2b3f464ab9d54d07697f3db7e5e445b8893e2ac0 (diff)
downloadtdelibs-9e6594d3aac90beca6b88ec752929c32eb212526.tar.gz
tdelibs-9e6594d3aac90beca6b88ec752929c32eb212526.zip
Added new kprogressbox dialog
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1104966 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/Makefile.am')
-rw-r--r--kdeui/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/Makefile.am b/kdeui/Makefile.am
index 761c1db63..4d60c273b 100644
--- a/kdeui/Makefile.am
+++ b/kdeui/Makefile.am
@@ -36,7 +36,7 @@ libkspell_la_SOURCES = dummy.cpp
picsdir = $(kde_datadir)/kdeui/pics
pics_DATA = aboutkde.png ktip-bulb.png ktip-background.png
-include_HEADERS = kprogress.h kcolordlg.h \
+include_HEADERS = kprogressbox.h kprogress.h kcolordlg.h \
kcolordialog.h kselect.h \
kdatepik.h kdatepicker.h kdatetbl.h kfontdialog.h kpopupmenu.h \
kfontrequester.h ktabctl.h kstatusbar.h \
@@ -86,7 +86,7 @@ libkdeui_la_SOURCES = \
kactioncollection.cpp kactionclasses.cpp \
kurllabel.cpp kmenubar.cpp kinputdialog.cpp \
knuminput.cpp klineedit.cpp klistview.cpp kprogress.cpp \
- kcolordialog.cpp kselect.cpp kdatepicker.cpp \
+ kprogressbox.cpp kcolordialog.cpp kselect.cpp kdatepicker.cpp \
kdatetbl.cpp kfontrequester.cpp kfontdialog.cpp ktabctl.cpp \
kstatusbar.cpp kmainwindow.cpp \
keditlistbox.cpp kscrollview.cpp \