diff options
author | Timothy Pearson <[email protected]> | 2011-11-27 01:51:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-27 01:51:51 -0600 |
commit | faca9d40261b2045c221b6e0a411a1e0c8f462bc (patch) | |
tree | 46acd6ffda3dffd45b3f15ab8cc11f92c39135c0 /src/ksvnwidgets/logmessage.ui | |
parent | 28972708f207ca1dc4f2f0db371e6a05d7a88fa2 (diff) | |
download | tdesvn-faca9d40261b2045c221b6e0a411a1e0c8f462bc.tar.gz tdesvn-faca9d40261b2045c221b6e0a411a1e0c8f462bc.zip |
Fix a number of build failures
Diffstat (limited to 'src/ksvnwidgets/logmessage.ui')
-rw-r--r-- | src/ksvnwidgets/logmessage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ksvnwidgets/logmessage.ui b/src/ksvnwidgets/logmessage.ui index 786a19e..2199705 100644 --- a/src/ksvnwidgets/logmessage.ui +++ b/src/ksvnwidgets/logmessage.ui @@ -268,7 +268,7 @@ <customwidgets> <customwidget> <class>DepthSelector</class> - <header location="local">src/ksvnwidgets/depthselector.h</header> + <header location="local">depthselector.h</header> <sizehint> <width>-1</width> <height>30</height> @@ -339,6 +339,6 @@ <includehints> <includehint>ktextedit.h</includehint> <includehint>kcombobox.h</includehint> - <includehint>src/ksvnwidgets/depthselector.h</includehint> + <includehint>depthselector.h</includehint> </includehints> </UI> |