summaryrefslogtreecommitdiff
path: root/src/util/directory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/directory.h')
-rw-r--r--src/util/directory.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/util/directory.h b/src/util/directory.h
index 6b64759..447cabf 100644
--- a/src/util/directory.h
+++ b/src/util/directory.h
@@ -1,8 +1,10 @@
/*********
*
+* In the name of the Father, and of the Son, and of the Holy Spirit.
+*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2011 by the BibleTime developers.
+* Copyright 1999-2014 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -60,7 +62,7 @@ void copyRecursive(const QString &src, const QString &dest);
*/
QString convertDirSeparators(const QString& path);
-#ifdef Q_WS_WIN // Windows only directories
+#ifdef Q_OS_WIN // Windows only directories
/** Return the path to the sword dir., Windows only
C:\Program Files\BibleTime\share\sword
@@ -72,7 +74,7 @@ const QDir &getSharedSwordDir();
#endif
-#ifdef Q_WS_MAC // Mac only directories
+#ifdef Q_OS_MAC // Mac only directories
/**
* Path to the Sword locales
@@ -93,9 +95,6 @@ const QDir &getJavascriptDir();
/** Return the path to the license. */
const QDir &getLicenseDir();
-/** Returns an icon with the given name */
-const QIcon &getIcon(const QString &name);
-
/** Return the path to the pictures. */
const QDir &getPicsDir();