#include <qwidget.h>
#include <qlayout.h>
#include <qlabel.h>
#include <qiconview.h>
#include <qtabwidget.h>
#include "layoutWidget.h"
#include "titleWidget.h"
#include "window.h"
#include "subalbumsWidget.h"
#include "editing/editingInterface.h"
#include "../backend/subalbum.h"
#include "../backend/photo.h"
#include "../config.h"
Go to the source code of this file.