Mercurial > hg > easyhg-kdiff3
comparison kdiff3/src/fileaccess.h @ 70:5bbfe4784324
KDiff3 0.9.89 for Qt4
author | joachim99 |
---|---|
date | Tue, 18 Apr 2006 20:19:57 +0000 |
parents | 8febbfb1148c |
children | f7dad0aa6146 |
comparison
equal
deleted
inserted
replaced
69:8febbfb1148c | 70:5bbfe4784324 |
---|---|
11 #ifndef FILEACCESS_H | 11 #ifndef FILEACCESS_H |
12 #define FILEACCESS_H | 12 #define FILEACCESS_H |
13 | 13 |
14 #include <qdialog.h> | 14 #include <qdialog.h> |
15 #include <qfileinfo.h> | 15 #include <qfileinfo.h> |
16 //Added by qt3to4: | |
17 #include <QLabel> | |
18 #include <QTimerEvent> | |
16 #include <kprogress.h> | 19 #include <kprogress.h> |
17 #include <kio/job.h> | 20 #include <kio/job.h> |
18 #include <kio/jobclasses.h> | 21 #include <kio/jobclasses.h> |
19 #include <kurldrag.h> | 22 #include <kurldrag.h> |
20 #include <list> | 23 #include <list> |
214 double m_dSubRangeMin; | 217 double m_dSubRangeMin; |
215 }; | 218 }; |
216 std::list<ProgressLevelData> m_progressStack; | 219 std::list<ProgressLevelData> m_progressStack; |
217 | 220 |
218 int m_progressDelayTimer; | 221 int m_progressDelayTimer; |
222 std::list<QEventLoop*> m_eventLoopStack; | |
219 | 223 |
220 KProgress* m_pProgressBar; | 224 KProgress* m_pProgressBar; |
221 KProgress* m_pSubProgressBar; | 225 KProgress* m_pSubProgressBar; |
222 QLabel* m_pInformation; | 226 QLabel* m_pInformation; |
223 QLabel* m_pSubInformation; | 227 QLabel* m_pSubInformation; |