summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/sortoptionlistitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/widgets/sortoptionlistitem.h')
-rw-r--r--kmymoney2/widgets/sortoptionlistitem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kmymoney2/widgets/sortoptionlistitem.h b/kmymoney2/widgets/sortoptionlistitem.h
index 39fc608..c61c777 100644
--- a/kmymoney2/widgets/sortoptionlistitem.h
+++ b/kmymoney2/widgets/sortoptionlistitem.h
@@ -15,6 +15,9 @@
* *
***************************************************************************/
+#ifndef SORTOPTIONLISTITEM_H
+#define SORTOPTIONLISTITEM_H
+
// Note: This file will be included from transactionsortoption.ui.h
static const char * sortAscendingXpm[] = {
@@ -388,3 +391,4 @@ int SortOptionListItem::direction(void) const
return m_direction;
}
+#endif