1
0
Fork 0
forked from len0rd/rockbox

Make uninstallation class use QtCore instead of QtGui -- it doesn't use any GUI elements. Move class to the QtCore-only base folder.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-10-24 21:23:18 +00:00
parent db058c3c8f
commit 6371460172
3 changed files with 5 additions and 6 deletions

View file

@ -59,7 +59,7 @@ SOURCES += rbutilqt.cpp \
../sansapatcher/sansapatcher.c \
browsedirtree.cpp \
installthemes.cpp \
uninstall.cpp \
base/uninstall.cpp \
uninstallwindow.cpp \
base/utils.cpp \
preview.cpp \
@ -111,7 +111,7 @@ HEADERS += rbutilqt.h \
irivertools/h300sums.h \
browsedirtree.h \
installthemes.h \
uninstall.h \
base/uninstall.h \
uninstallwindow.h \
base/utils.h \
preview.h \