summaryrefslogtreecommitdiff
path: root/src/helper.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/helper.h
parentba0162e8cb8a12c90ef9775f5a20a6da095a0b35 (diff)
Imported Upstream version 16.4.0~ds0
Diffstat (limited to 'src/helper.h')
-rw-r--r--src/helper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/helper.h b/src/helper.h
index a4ed3fd..339d45d 100644
--- a/src/helper.h
+++ b/src/helper.h
@@ -17,8 +17,8 @@
*/
-#ifndef _HELPER_H_
-#define _HELPER_H_
+#ifndef HELPER_H
+#define HELPER_H
#include <QString>
#include <QStringList>
@@ -69,7 +69,7 @@ public:
static QStringList resolveSymlinks(const QStringList & files);
#endif
-#ifdef Q_OS_LINUX
+#ifndef Q_OS_WIN
//! Tries to find the executable in the path.
//! Returns the path if found or QString::null if not.
static QString findExecutable(const QString & name);