OTHER: Moved some files around

Moved some files that belong to mainwindow into the appropriate subdir
and changed them to lowercase. Changed the includes accordingly
This commit is contained in:
Thomas Frauendorfer 2008-10-02 20:26:54 +02:00
parent 63def9b10b
commit 6cf0ad2614
12 changed files with 20 additions and 20 deletions

View file

@ -4,8 +4,11 @@ HEADERS += clutterbar.h \
playstatus.h \
posbar.h \
shadeddisplay.h \
skindisplay.h \
stereomono.h \
timedisplay.h
textbar.h \
timedisplay.h \
titlebar.h
SOURCES += clutterbar.cpp \
mainwindow.cpp \
@ -13,8 +16,11 @@ SOURCES += clutterbar.cpp \
playstatus.cpp \
posbar.cpp \
shadeddisplay.cpp \
skindisplay.cpp \
stereomono.cpp \
timedisplay.cpp
textbar.cpp \
timedisplay.cpp \
titlebar.cpp
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD