diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-22 16:54:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-22 16:54:00 +0300 |
commit | 775810f943f7f6540d3bb180fdb91a074fdbaa75 (patch) | |
tree | 17a72b9f6544a164b3ed0d89c3ce4f9c9366905e /src/gui/widgets/extendedlistbox.cpp | |
parent | 7432738d75d02147e2aaa1d577383d26a9e18296 (diff) | |
download | plus-775810f943f7f6540d3bb180fdb91a074fdbaa75.tar.gz plus-775810f943f7f6540d3bb180fdb91a074fdbaa75.tar.bz2 plus-775810f943f7f6540d3bb180fdb91a074fdbaa75.tar.xz plus-775810f943f7f6540d3bb180fdb91a074fdbaa75.zip |
Move extendedlistmodel into gui/models directory.
Diffstat (limited to 'src/gui/widgets/extendedlistbox.cpp')
-rw-r--r-- | src/gui/widgets/extendedlistbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/extendedlistbox.cpp b/src/gui/widgets/extendedlistbox.cpp index c507f986c..13fb70f28 100644 --- a/src/gui/widgets/extendedlistbox.cpp +++ b/src/gui/widgets/extendedlistbox.cpp @@ -20,7 +20,7 @@ #include "gui/widgets/extendedlistbox.h" -#include "gui/widgets/extendedlistmodel.h" +#include "gui/models/extendedlistmodel.h" #include "gui/font.h" |