update ripple references

This commit is contained in:
laserpants 2016-03-19 14:12:14 +03:00
parent 7252a8f9cf
commit e1a44b78db
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
#include <QAbstractButton> #include <QAbstractButton>
#include <QStyleOptionButton> #include <QStyleOptionButton>
#include "rippleoverlay.h" #include "../lib/rippleoverlay.h"
class FlatButton : public QAbstractButton class FlatButton : public QAbstractButton
{ {

View File

@ -4,7 +4,7 @@
#include <QEvent> #include <QEvent>
#include <QDebug> #include <QDebug>
#include "iconbutton.h" #include "iconbutton.h"
#include "rippleoverlay.h" #include "../lib/rippleoverlay.h"
IconButton::IconButton(const QIcon &icon, QWidget *parent) IconButton::IconButton(const QIcon &icon, QWidget *parent)
: QAbstractButton(parent), : QAbstractButton(parent),

View File

@ -21,8 +21,8 @@ SOURCES += main.cpp\
components/tabs.cpp \ components/tabs.cpp \
components/textfield.cpp \ components/textfield.cpp \
components/table.cpp \ components/table.cpp \
ripple.cpp \ lib/ripple.cpp \
rippleoverlay.cpp lib/rippleoverlay.cpp
HEADERS += mainwindow.h \ HEADERS += mainwindow.h \
style.h \ style.h \
@ -39,5 +39,5 @@ HEADERS += mainwindow.h \
components/tabs.h \ components/tabs.h \
components/textfield.h \ components/textfield.h \
components/table.h \ components/table.h \
ripple.h \ lib/ripple.h \
rippleoverlay.h lib/rippleoverlay.h