#ifndef VIEWPROPSPROGRESSINFO_H
#define VIEWPROPSPROGRESSINFO_H
-#include <KDialog>
+#include <QDialog>
#include <kio/directorysizejob.h>
#include <QUrl>
* It is possible to cancel the applying. In this case the already applied
* view properties won't get reverted.
*/
-class ViewPropsProgressInfo : public KDialog
+class ViewPropsProgressInfo : public QDialog
{
Q_OBJECT
protected:
virtual void closeEvent(QCloseEvent* event) Q_DECL_OVERRIDE;
+public slots:
+ void reject() Q_DECL_OVERRIDE;
+
private slots:
void updateProgress();
void applyViewProperties();
- void cancelApplying();
private:
QUrl m_dir;