diff options
author | Ken Moore <ken@pcbsd.org> | 2014-10-08 14:21:05 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-10-08 14:21:05 -0400 |
commit | 2a2869aa6e1e673d3a1e29fc3b1dfd9c7d21ba6d (patch) | |
tree | 07a6748fd0d2f6199fd799d0e579c42bfc6df9e7 /lumina-open/LFileDialog.h | |
parent | Clean up the default filemanager/terminal settings. Put them in the main sess... (diff) | |
download | lumina-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.h | 3 |
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; |