aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/widgets/SlideshowWidget.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-08-20 07:57:56 -0400
committerKen Moore <moorekou@gmail.com>2015-08-20 07:57:56 -0400
commitc0c2a1ff1898124f0a4f6a4816665cbb9b7bfd85 (patch)
tree993f920acd63eab10d40a0d0cade678c6254312f /lumina-fm/widgets/SlideshowWidget.h
parentClean up a couple new bugs in the userbutton: (diff)
downloadlumina-c0c2a1ff1898124f0a4f6a4816665cbb9b7bfd85.tar.gz
lumina-c0c2a1ff1898124f0a4f6a4816665cbb9b7bfd85.tar.bz2
lumina-c0c2a1ff1898124f0a4f6a4816665cbb9b7bfd85.zip
Commit some more work-in-progress on the new lumina-fm backend.
Diffstat (limited to 'lumina-fm/widgets/SlideshowWidget.h')
-rw-r--r--lumina-fm/widgets/SlideshowWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lumina-fm/widgets/SlideshowWidget.h b/lumina-fm/widgets/SlideshowWidget.h
index 70f9a29b..bd8a671d 100644
--- a/lumina-fm/widgets/SlideshowWidget.h
+++ b/lumina-fm/widgets/SlideshowWidget.h
@@ -4,8 +4,8 @@
// Available under the 3-clause BSD license
// See the LICENSE file for full details
//===========================================
-#ifndef _LUMINA_FM_SLIDWSHOW_WIDGET_H
-#define _LUMINA_FM_SLIDWSHOW_WIDGET_H
+#ifndef _LUMINA_FM_SLIDESHOW_WIDGET_H
+#define _LUMINA_FM_SLIDESHOW_WIDGET_H
#include <QList>
#include <QWidget>
bgstack15