diff options
Diffstat (limited to 'lib/widgets/propeditor')
-rw-r--r-- | lib/widgets/propeditor/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lib/widgets/propeditor/Mainpage.dox | 4 | ||||
-rw-r--r-- | lib/widgets/propeditor/Makefile.am | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/widgets/propeditor/CMakeLists.txt b/lib/widgets/propeditor/CMakeLists.txt index 792ff33c..08a1b665 100644 --- a/lib/widgets/propeditor/CMakeLists.txt +++ b/lib/widgets/propeditor/CMakeLists.txt @@ -35,7 +35,7 @@ install( FILES pyesnobutton.h purledit.h psymbolcombo.h pstringlistedit.h pcolorcombo.h pcolorbutton.h pcheckbox.h plinestyleedit.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/propeditor ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/propeditor ) ##### kdevpropertyeditor (shared) ############### diff --git a/lib/widgets/propeditor/Mainpage.dox b/lib/widgets/propeditor/Mainpage.dox index 6bc81be0..a46f0eb5 100644 --- a/lib/widgets/propeditor/Mainpage.dox +++ b/lib/widgets/propeditor/Mainpage.dox @@ -1,9 +1,9 @@ /** @mainpage The KDevelop Property Editing Library -<b>Link with</b>: -lkdevelop +<b>Link with</b>: -ltdevelop -<b>Include path</b>: -I\$(kde_includes)/kdevelop/propeditor +<b>Include path</b>: -I\$(kde_includes)/tdevelop/propeditor \section whatis What is Property Editor? diff --git a/lib/widgets/propeditor/Makefile.am b/lib/widgets/propeditor/Makefile.am index 08fff469..00bc07ca 100644 --- a/lib/widgets/propeditor/Makefile.am +++ b/lib/widgets/propeditor/Makefile.am @@ -10,7 +10,7 @@ pcheckbox.cpp pdateedit.cpp pfontcombo.cpp property.cpp ps pcolorbutton.cpp pdatetimeedit.cpp plineedit.cpp propertyeditor.cpp psizepolicyedit.cpp pyesnobutton.cpp\ pcolorcombo.cpp pdoublenuminput.cpp ppixmapedit.cpp propertylist.cpp pspinbox.cpp propertywidgetproxy.cpp plinestyleedit.cpp qeditlistbox.cpp -kdevpropeditorincludedir = $(includedir)/kdevelop/propeditor +kdevpropeditorincludedir = $(includedir)/tdevelop/propeditor kdevpropeditorinclude_HEADERS = childproperty.h pcombobox.h pdummywidget.h ppointedit.h propertymachinefactory.h pcursoredit.h pfontbutton.h prectedit.h propertywidget.h pdateedit.h pfontcombo.h property.h psizeedit.h pdatetimeedit.h plineedit.h propertyeditor.h psizepolicyedit.h pdoublenuminput.h ppixmapedit.h propertylist.h pspinbox.h propertywidgetproxy.h multiproperty.h pyesnobutton.h purledit.h psymbolcombo.h pstringlistedit.h pcolorcombo.h pcolorbutton.h pcheckbox.h plinestyleedit.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils |