From df8f1d512c60a96f9041f9663b3fdc2db51cba33 Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Tue, 21 Oct 2014 22:48:35 -0400 Subject: Imported Upstream version 2.8.1 --- src/util/migrationutil.h | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/util/migrationutil.h (limited to 'src/util/migrationutil.h') diff --git a/src/util/migrationutil.h b/src/util/migrationutil.h deleted file mode 100644 index 8686978..0000000 --- a/src/util/migrationutil.h +++ /dev/null @@ -1,38 +0,0 @@ -/********* -* -* This file is part of BibleTime's source code, http://www.bibletime.info/. -* -* Copyright 1999-2008 by the BibleTime developers. -* The BibleTime source code is licensed under the GNU General Public License version 2.0. -* -**********/ - -#ifndef UTIL_MIGRATIONUTIL_H -#define UTIL_MIGRATIONUTIL_H - -namespace util { - -/** - * Tools for handling settings migration automatically. - * @author The BibleTime team - */ -namespace migration { - -/** -* Performs any and all applicable migration actions, if neccessary -*/ -void checkMigration(); - -/* - * Performs a migration from a KDE 3 version of BibleTime. It supports all - * KDE 3 versions of BibleTime, including versions older than 1.3. Its - * only alteration is to move files to the new location, and to rename the - * sessions directory from pre-1.3 versions if necessary. It does not - * change any settings. - */ -void tryMigrationFromKDE3(); - -} // namespace migration -} // namespace util - -#endif -- cgit v1.2.3