diff options
Diffstat (limited to 'src/viewpropsprogressinfo.h')
| -rw-r--r-- | src/viewpropsprogressinfo.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/viewpropsprogressinfo.h b/src/viewpropsprogressinfo.h index ac591e6bc..b355ef597 100644 --- a/src/viewpropsprogressinfo.h +++ b/src/viewpropsprogressinfo.h @@ -52,10 +52,13 @@ public: */ ViewPropsProgressInfo(QWidget* parent, const KUrl& dir, - const ViewProperties* viewProps); + const ViewProperties& viewProps); virtual ~ViewPropsProgressInfo(); +protected: + virtual void closeEvent(QCloseEvent* event); + private slots: void updateProgress(); void applyViewProperties(); @@ -63,7 +66,7 @@ private slots: private: const KUrl& m_dir; - const ViewProperties* m_viewProps; + ViewProperties* m_viewProps; QLabel* m_label; QProgressBar* m_progressBar; |
