diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-03 09:41:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-03 09:41:52 +0000 |
| commit | d184b2acecd3a7437ca78a163411d50f6935e55f (patch) | |
| tree | c7d83a08b0f9d13d83ddbfaef4bb44363a16d17f /src/qmmpui/qmmpui.pro | |
| parent | 1763b5effcfba6dd51f805c5948c9108f7c97348 (diff) | |
| download | qmmp-d184b2acecd3a7437ca78a163411d50f6935e55f.tar.gz qmmp-d184b2acecd3a7437ca78a163411d50f6935e55f.tar.bz2 qmmp-d184b2acecd3a7437ca78a163411d50f6935e55f.zip | |
renamed GeneralHandler
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2260 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index b5fa05251..01bda0ae2 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -20,7 +20,6 @@ VERSION = $$QMMP_VERSION unix:target.path = $$LIB_DIR HEADERS += general.h \ generalfactory.h \ - generalhandler.h \ playlistformat.h \ playlistparser.h \ commandlinemanager.h \ @@ -40,9 +39,9 @@ HEADERS += general.h \ metadataformatter.h \ templateeditor.h \ uifactory.h \ - uiloader.h + uiloader.h \ + uihelper.h SOURCES += general.cpp \ - generalhandler.cpp \ playlistparser.cpp \ commandlinemanager.cpp \ filedialog.cpp \ @@ -58,7 +57,8 @@ SOURCES += general.cpp \ playlistmanager.cpp \ metadataformatter.cpp \ templateeditor.cpp \ - uiloader.cpp + uiloader.cpp \ + uihelper.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ forms/templateeditor.ui @@ -81,7 +81,6 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \ unix { devel.files += general.h \ generalfactory.h \ - generalhandler.h \ playlistformat.h \ playlistparser.h \ commandlinemanager.h \ @@ -96,7 +95,8 @@ unix { metadataformatter.h \ templateeditor.h \ uifactory.h \ - uiloader.h + uiloader.h \ + uihelper.h devel.path = /include/qmmpui INSTALLS += target \ devel |
