diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:02 -0600 |
commit | de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch) | |
tree | dbb3152c372f8620f9290137d461f3d9f9eba1cb /libkonq/CMakeLists.txt | |
parent | 936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff) | |
download | tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'libkonq/CMakeLists.txt')
-rw-r--r-- | libkonq/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkonq/CMakeLists.txt b/libkonq/CMakeLists.txt index b1b9b4a47..4da045169 100644 --- a/libkonq/CMakeLists.txt +++ b/libkonq/CMakeLists.txt @@ -33,7 +33,7 @@ link_directories( ##### headers ################################### install( FILES - konq_popupmenu.h knewmenu.h kfileivi.h konq_drag.h + konq_popupmenu.h knewmenu.h tdefileivi.h konq_drag.h konq_iconviewwidget.h konq_defaults.h konq_settings.h konq_operations.h libkonq_export.h konq_dirpart.h konq_propsview.h konq_events.h konq_undo.h @@ -53,7 +53,7 @@ install( FILES konqpopupmenuplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DI tde_add_library( konq SHARED AUTOMOC SOURCES - konq_popupmenu.cc knewmenu.cc konq_xmlguiclient.cc kfileivi.cc + konq_popupmenu.cc knewmenu.cc konq_xmlguiclient.cc tdefileivi.cc konq_iconviewwidget.cc konq_settings.cc konq_drag.cc konq_operations.cc konq_dirpart.cc konq_propsview.cc konq_events.cc konq_bgnddlg.cc konq_undo.cc konq_undo.skel konq_historymgr.cc konq_historycomm.cc konq_historycomm.skel |