aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/templates.pri
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-08 14:26:51 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-09 19:26:18 +0000
commit3a5bd3d4e564a1b3cd56ed2cfb5258e4ded763b6 (patch)
treecaf02741b70b3a1c44277e74fc9ce7d1aa924620 /src/templates/templates.pri
parentd1d3438f59a96f2263076d41d82a99e7269b4159 (diff)
Rename Panel to Popup
Popup is a more descriptive name. Furthermore, this name change opens the door for another type called Pane. It gives the appropriate background color for the current style & theme. Change-Id: Idb91d37e807f62e870b50f0b656e84ee2d43a9fb Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates/templates.pri')
-rw-r--r--src/templates/templates.pri6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/templates.pri b/src/templates/templates.pri
index 82e1af9e..3f608eb2 100644
--- a/src/templates/templates.pri
+++ b/src/templates/templates.pri
@@ -26,8 +26,8 @@ HEADERS += \
$$PWD/qquickmenuitem_p.h \
$$PWD/qquickoverlay_p.h \
$$PWD/qquickpageindicator_p.h \
- $$PWD/qquickpanel_p.h \
- $$PWD/qquickpanel_p_p.h \
+ $$PWD/qquickpopup_p.h \
+ $$PWD/qquickpopup_p_p.h \
$$PWD/qquickpressandholdhelper_p.h \
$$PWD/qquickprogressbar_p.h \
$$PWD/qquickradiobutton_p.h \
@@ -70,7 +70,7 @@ SOURCES += \
$$PWD/qquickmenuitem.cpp \
$$PWD/qquickoverlay.cpp \
$$PWD/qquickpageindicator.cpp \
- $$PWD/qquickpanel.cpp \
+ $$PWD/qquickpopup.cpp \
$$PWD/qquickpressandholdhelper.cpp \
$$PWD/qquickprogressbar.cpp \
$$PWD/qquickradiobutton.cpp \