From d184b2acecd3a7437ca78a163411d50f6935e55f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 3 Jul 2011 09:41:52 +0000 Subject: renamed GeneralHandler git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2260 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/CMakeLists.txt') diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index f4692e4fd..0f7884c23 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -24,7 +24,7 @@ link_directories(${CMAKE_CURRENT_BINARY_DIR}/../qmmp) SET(libqmmpui_SRCS general.cpp - generalhandler.cpp + uihelper.cpp playlistparser.cpp commandlinemanager.cpp filedialog.cpp @@ -46,7 +46,7 @@ SET(libqmmpui_SRCS SET(libqmmpui_MOC_HDRS generalfactory.h general.h - generalhandler.h + uihelper.h playlistparser.h playlistformat.h commandlinemanager.h @@ -72,7 +72,7 @@ SET(libqmmpui_MOC_HDRS SET(libqmmpui_DEVEL_HDRS generalfactory.h general.h - generalhandler.h + uihelper.h playlistformat.h playlistparser.h commandlinemanager.h -- cgit v1.2.3-13-gbd6f