OTHER: rename textbar to textscroller
This commit is contained in:
parent
c682233749
commit
7a0ea5a053
5 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "pixmapbutton.h"
|
||||
#include "pixmapslider.h"
|
||||
#include "titlebar.h"
|
||||
#include "textbar.h"
|
||||
#include "textscroller.h"
|
||||
#include "timedisplay.h"
|
||||
#include "Skin.h"
|
||||
#include "pixmapnumberdisplay.h"
|
||||
|
|
|
@ -6,7 +6,7 @@ HEADERS += clutterbar.h \
|
|||
shadeddisplay.h \
|
||||
skindisplay.h \
|
||||
stereomono.h \
|
||||
textbar.h \
|
||||
textscroller.h \
|
||||
titlebar.h
|
||||
|
||||
SOURCES += clutterbar.cpp \
|
||||
|
@ -17,7 +17,7 @@ SOURCES += clutterbar.cpp \
|
|||
shadeddisplay.cpp \
|
||||
skindisplay.cpp \
|
||||
stereomono.cpp \
|
||||
textbar.cpp \
|
||||
textscroller.cpp \
|
||||
titlebar.cpp
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "pixmapbutton.h"
|
||||
|
||||
#include "timedisplay.h"
|
||||
#include "textbar.h"
|
||||
#include "textscroller.h"
|
||||
#include "Skin.h"
|
||||
#include "mainwindow.h"
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
#include "skindisplay.h"
|
||||
#include "textbar.h"
|
||||
#include "textscroller.h"
|
||||
#include "Skin.h"
|
||||
|
||||
#include <QBrush>
|
Loading…
Add table
Add a link
Reference in a new issue