summaryrefslogtreecommitdiff
path: root/src/paths.h
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-04-08 10:03:05 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-04-08 10:03:05 +0200
commit1a2f0c9c1087899a00298db8fa70518d3c1e69f8 (patch)
tree7efa117e122fbe21eb6a832540007aeeef377fcb /src/paths.h
parentba0162e8cb8a12c90ef9775f5a20a6da095a0b35 (diff)
Imported Upstream version 16.4.0~ds0
Diffstat (limited to 'src/paths.h')
-rw-r--r--src/paths.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/paths.h b/src/paths.h
index f30af03..7a54db2 100644
--- a/src/paths.h
+++ b/src/paths.h
@@ -16,8 +16,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _PATHS_H_
-#define _PATHS_H_
+#ifndef PATHS_H
+#define PATHS_H
#include <QString>
@@ -47,7 +47,7 @@ public:
static QString subtitleStyleFile();
-#ifdef Q_OS_WIN
+#ifdef FONTS_HACK
static QString fontPath();
#endif