diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:31:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:31:23 +0300 |
commit | 9f3eddda4befaf04c0c1a08983f210ee7c77b8ea (patch) | |
tree | e08d509274b9bb7cdef72ac6a320028013e8b270 /src/gui/widgets/serverslistbox.h | |
parent | ffdf217e5b11b95ca9feb126b1a2e210f553370f (diff) | |
download | plus-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.gz plus-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.bz2 plus-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.xz plus-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.zip |
Move font.cpp/h into fonts directory.
Diffstat (limited to 'src/gui/widgets/serverslistbox.h')
-rw-r--r-- | src/gui/widgets/serverslistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/serverslistbox.h b/src/gui/widgets/serverslistbox.h index 83fab9879..03333bdb0 100644 --- a/src/gui/widgets/serverslistbox.h +++ b/src/gui/widgets/serverslistbox.h @@ -23,7 +23,7 @@ #ifndef GUI_WIDGETS_SERVERSLISTBOX_H #define GUI_WIDGETS_SERVERSLISTBOX_H -#include "gui/font.h" +#include "gui/fonts/font.h" #include "gui/models/serverslistmodel.h" |