Subversion Repositories tpanel

Rev

Rev 260 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 260 Rev 299
Line 21... Line 21...
21
#include <vector>
21
#include <vector>
22
#include <algorithm>
22
#include <algorithm>
23
 
23
 
24
#include "tconfig.h"
24
#include "tconfig.h"
25
#include "terror.h"
25
#include "terror.h"
26
#include "tsettings.h"
26
//#include "tsettings.h"
27
#include "tpagelist.h"
27
//#include "tpagelist.h"
28
#include "tpage.h"
28
//#include "tpage.h"
29
#include "tsubpage.h"
29
//#include "tsubpage.h"
30
#include "tpagemanager.h"
30
#include "tpagemanager.h"
31
#include "tqtmain.h"
31
#include "tqtmain.h"
32
 
32
 
33
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
33
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
34
#include <QStandardPaths>
34
#include <QStandardPaths>