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 "pixmapbutton.h"
|
||||||
#include "pixmapslider.h"
|
#include "pixmapslider.h"
|
||||||
#include "titlebar.h"
|
#include "titlebar.h"
|
||||||
#include "textbar.h"
|
#include "textscroller.h"
|
||||||
#include "timedisplay.h"
|
#include "timedisplay.h"
|
||||||
#include "Skin.h"
|
#include "Skin.h"
|
||||||
#include "pixmapnumberdisplay.h"
|
#include "pixmapnumberdisplay.h"
|
||||||
|
|
|
@ -6,7 +6,7 @@ HEADERS += clutterbar.h \
|
||||||
shadeddisplay.h \
|
shadeddisplay.h \
|
||||||
skindisplay.h \
|
skindisplay.h \
|
||||||
stereomono.h \
|
stereomono.h \
|
||||||
textbar.h \
|
textscroller.h \
|
||||||
titlebar.h
|
titlebar.h
|
||||||
|
|
||||||
SOURCES += clutterbar.cpp \
|
SOURCES += clutterbar.cpp \
|
||||||
|
@ -17,7 +17,7 @@ SOURCES += clutterbar.cpp \
|
||||||
shadeddisplay.cpp \
|
shadeddisplay.cpp \
|
||||||
skindisplay.cpp \
|
skindisplay.cpp \
|
||||||
stereomono.cpp \
|
stereomono.cpp \
|
||||||
textbar.cpp \
|
textscroller.cpp \
|
||||||
titlebar.cpp
|
titlebar.cpp
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include "pixmapbutton.h"
|
#include "pixmapbutton.h"
|
||||||
|
|
||||||
#include "timedisplay.h"
|
#include "timedisplay.h"
|
||||||
#include "textbar.h"
|
#include "textscroller.h"
|
||||||
#include "Skin.h"
|
#include "Skin.h"
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "skindisplay.h"
|
#include "skindisplay.h"
|
||||||
#include "textbar.h"
|
#include "textscroller.h"
|
||||||
#include "Skin.h"
|
#include "Skin.h"
|
||||||
|
|
||||||
#include <QBrush>
|
#include <QBrush>
|
Loading…
Add table
Add a link
Reference in a new issue