update ripple references
This commit is contained in:
parent
7252a8f9cf
commit
e1a44b78db
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <QAbstractButton>
|
||||
#include <QStyleOptionButton>
|
||||
#include "rippleoverlay.h"
|
||||
#include "../lib/rippleoverlay.h"
|
||||
|
||||
class FlatButton : public QAbstractButton
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <QEvent>
|
||||
#include <QDebug>
|
||||
#include "iconbutton.h"
|
||||
#include "rippleoverlay.h"
|
||||
#include "../lib/rippleoverlay.h"
|
||||
|
||||
IconButton::IconButton(const QIcon &icon, QWidget *parent)
|
||||
: QAbstractButton(parent),
|
||||
|
|
|
@ -21,8 +21,8 @@ SOURCES += main.cpp\
|
|||
components/tabs.cpp \
|
||||
components/textfield.cpp \
|
||||
components/table.cpp \
|
||||
ripple.cpp \
|
||||
rippleoverlay.cpp
|
||||
lib/ripple.cpp \
|
||||
lib/rippleoverlay.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
style.h \
|
||||
|
@ -39,5 +39,5 @@ HEADERS += mainwindow.h \
|
|||
components/tabs.h \
|
||||
components/textfield.h \
|
||||
components/table.h \
|
||||
ripple.h \
|
||||
rippleoverlay.h
|
||||
lib/ripple.h \
|
||||
lib/rippleoverlay.h
|
||||
|
|
Loading…
Reference in New Issue