diff --git a/src/mainwindow/maindisplay.cpp b/src/mainwindow/maindisplay.cpp index 006f70f..4426a05 100644 --- a/src/mainwindow/maindisplay.cpp +++ b/src/mainwindow/maindisplay.cpp @@ -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" diff --git a/src/mainwindow/mainwindow.pri b/src/mainwindow/mainwindow.pri index b711871..6c0a11f 100644 --- a/src/mainwindow/mainwindow.pri +++ b/src/mainwindow/mainwindow.pri @@ -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 diff --git a/src/mainwindow/shadeddisplay.cpp b/src/mainwindow/shadeddisplay.cpp index 83e35bd..890a455 100644 --- a/src/mainwindow/shadeddisplay.cpp +++ b/src/mainwindow/shadeddisplay.cpp @@ -23,7 +23,7 @@ #include "pixmapbutton.h" #include "timedisplay.h" -#include "textbar.h" +#include "textscroller.h" #include "Skin.h" #include "mainwindow.h" diff --git a/src/mainwindow/textbar.cpp b/src/mainwindow/textscroller.cpp similarity index 99% rename from src/mainwindow/textbar.cpp rename to src/mainwindow/textscroller.cpp index 5ec4eb0..f6bdadf 100644 --- a/src/mainwindow/textbar.cpp +++ b/src/mainwindow/textscroller.cpp @@ -14,7 +14,7 @@ */ #include "skindisplay.h" -#include "textbar.h" +#include "textscroller.h" #include "Skin.h" #include diff --git a/src/mainwindow/textbar.h b/src/mainwindow/textscroller.h similarity index 100% rename from src/mainwindow/textbar.h rename to src/mainwindow/textscroller.h