aboutsummaryrefslogtreecommitdiff
path: root/lumina-open/LFileDialog.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-10-08 14:21:05 -0400
committerKen Moore <ken@pcbsd.org>2014-10-08 14:21:05 -0400
commit2a2869aa6e1e673d3a1e29fc3b1dfd9c7d21ba6d (patch)
tree07a6748fd0d2f6199fd799d0e579c42bfc6df9e7 /lumina-open/LFileDialog.h
parentClean up the default filemanager/terminal settings. Put them in the main sess... (diff)
downloadlumina-2a2869aa6e1e673d3a1e29fc3b1dfd9c7d21ba6d.tar.gz
lumina-2a2869aa6e1e673d3a1e29fc3b1dfd9c7d21ba6d.tar.bz2
lumina-2a2869aa6e1e673d3a1e29fc3b1dfd9c7d21ba6d.zip
Add better binary detection to LuminaUtils, and setup lumina-open to use it.
Diffstat (limited to 'lumina-open/LFileDialog.h')
-rw-r--r--lumina-open/LFileDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lumina-open/LFileDialog.h b/lumina-open/LFileDialog.h
index e6a8f1fc..27f038d6 100644
--- a/lumina-open/LFileDialog.h
+++ b/lumina-open/LFileDialog.h
@@ -20,7 +20,8 @@
#include <QTextStream>
#include <QTreeWidgetItem>
-#include "LuminaXDG.h" //From libLuminaUtils
+#include <LuminaXDG.h> //From libLuminaUtils
+#include <LuminaUtils.h>
namespace Ui{
class LFileDialog;
bgstack15