From 0dfc6184afde0298e33191fdba8c1921c91e3c75 Mon Sep 17 00:00:00 2001 From: kh1 Date: Thu, 9 Jun 2011 11:54:06 +0200 Subject: Rename to match actual class name. Fix includes. --- installerbuilder/libinstaller/libinstaller.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'installerbuilder/libinstaller/libinstaller.pro') diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro index 98541cc8a..f0457213e 100644 --- a/installerbuilder/libinstaller/libinstaller.pro +++ b/installerbuilder/libinstaller/libinstaller.pro @@ -41,7 +41,7 @@ HEADERS += $$PWD/qinstaller.h \ ../common/utils.h \ ../common/errors.h \ kdmmappedfileiodevice.h \ - qinstallercomponent.h \ + component.h \ componentmodel.h \ qinstallerglobal.h \ qtpatch.h \ @@ -89,7 +89,7 @@ HEADERS += $$PWD/qinstaller.h \ messageboxhandler.h \ getrepositoriesmetainfojob.h \ licenseoperation.h \ - qinstallercomponent_p.h \ + component_p.h \ qtcreator_constants.h \ qtcreatorpersistentsettings.h \ registerdefaultdebuggeroperation.h \ @@ -109,7 +109,7 @@ SOURCES += $$PWD/qinstaller.cpp \ ../common/fileutils.cpp \ ../common/utils.cpp \ kdmmappedfileiodevice.cpp \ - qinstallercomponent.cpp \ + component.cpp \ componentmodel.cpp \ qtpatch.cpp \ persistentsettings.cpp \ @@ -153,7 +153,7 @@ SOURCES += $$PWD/qinstaller.cpp \ messageboxhandler.cpp \ getrepositoriesmetainfojob.cpp \ licenseoperation.cpp \ - qinstallercomponent_p.cpp \ + component_p.cpp \ qtcreatorpersistentsettings.cpp \ registerdefaultdebuggeroperation.cpp \ updatecreatorsettingsfrom21to22operation.cpp \ -- cgit v1.2.3