summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-16 14:46:43 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-16 14:46:43 -0600
commit715cf90406f9794d2ea38da2d453ee1895d87de3 (patch)
treec46b789c648429c6a5734aa9c7b09ca4035e13bc
parent9134b8ecc896cc9b3009ed06860738a4e090e2e3 (diff)
downloadkmymoney-715cf904.tar.gz
kmymoney-715cf904.zip
Fix unintended renaming
-rw-r--r--kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h4
-rw-r--r--kmymoney2/mymoney/storage/mymoneyseqaccessmgrtest.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h b/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h
index 5ab597e..158a9d5 100644
--- a/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h
+++ b/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h
@@ -20,8 +20,8 @@
* *
***************************************************************************/
-#ifndef MYMONEYSETQACCESSMGR_H
-#define MYMONEYSETQACCESSMGR_H
+#ifndef MYMONEYSEQACCESSMGR_H
+#define MYMONEYSEQACCESSMGR_H
// ----------------------------------------------------------------------------
// QT Includes
diff --git a/kmymoney2/mymoney/storage/mymoneyseqaccessmgrtest.h b/kmymoney2/mymoney/storage/mymoneyseqaccessmgrtest.h
index 761c651..b9fa763 100644
--- a/kmymoney2/mymoney/storage/mymoneyseqaccessmgrtest.h
+++ b/kmymoney2/mymoney/storage/mymoneyseqaccessmgrtest.h
@@ -14,8 +14,8 @@
* *
***************************************************************************/
-#ifndef __MYMONEYSETQACCESSMGRTEST_H__
-#define __MYMONEYSETQACCESSMGRTEST_H__
+#ifndef __MYMONEYSEQACCESSMGRTEST_H__
+#define __MYMONEYSEQACCESSMGRTEST_H__
#include <cppunit/TestCaller.h>
#include <cppunit/TestCase.h>