diff options
author | Ken Moore <ken@pcbsd.org> | 2014-10-01 11:01:55 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-10-01 11:01:55 -0400 |
commit | 7e468ffd5ca6395ddef1d35b17315f9c71c04a14 (patch) | |
tree | 0cd72a1d7ebac4c609ce89cd5ba16c2a7bd93a41 /lumina-config/mainUI.h | |
parent | When adding an applauncher plugin to the desktop: prompt for the application ... (diff) | |
download | lumina-7e468ffd5ca6395ddef1d35b17315f9c71c04a14.tar.gz lumina-7e468ffd5ca6395ddef1d35b17315f9c71c04a14.tar.bz2 lumina-7e468ffd5ca6395ddef1d35b17315f9c71c04a14.zip |
Add a new dialog to lumina-config for selecting applications:
This makes it easier for the user to select the application either by icon or name.
Diffstat (limited to 'lumina-config/mainUI.h')
-rw-r--r-- | lumina-config/mainUI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-config/mainUI.h b/lumina-config/mainUI.h index 459bc9e7..24e7f72c 100644 --- a/lumina-config/mainUI.h +++ b/lumina-config/mainUI.h @@ -25,6 +25,7 @@ // local includes #include "LPlugins.h" #include "KeyCatch.h" +#include "AppDialog.h" #define DEFAULTBG QString("/usr/local/share/Lumina-DE/desktop-background.jpg") |