diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-01-28 08:30:31 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-01-28 08:30:31 (GMT) |
commit | a61b37da70e0cd1556617c56890455ef89ee1fb0 (patch) | |
tree | 9f001e42d75ca60e4f66aeca997617097e8102a6 /src/FbWinFrameTheme.cc | |
parent | 9cb78eaa3b7a588fea60830752689ecf8db5b16e (diff) | |
download | fluxbox-a61b37da70e0cd1556617c56890455ef89ee1fb0.zip fluxbox-a61b37da70e0cd1556617c56890455ef89ee1fb0.tar.bz2 |
minor correction of include names
Diffstat (limited to 'src/FbWinFrameTheme.cc')
-rw-r--r-- | src/FbWinFrameTheme.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbWinFrameTheme.cc b/src/FbWinFrameTheme.cc index 5431532..82a8d13 100644 --- a/src/FbWinFrameTheme.cc +++ b/src/FbWinFrameTheme.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | #include "FbWinFrameTheme.hh" | 22 | #include "FbWinFrameTheme.hh" |
23 | #include "App.hh" | 23 | #include "FbTk/App.hh" |
24 | 24 | ||
25 | #include "IconbarTheme.hh" | 25 | #include "IconbarTheme.hh" |
26 | 26 | ||