]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewpropsprogressinfo.h
Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as currently...
[dolphin.git] / src / viewpropsprogressinfo.h
index b355ef597800bf2c84e99fdb366e304596fa1658..d07d16d67481c2a2e858b9262aa172ec4757b9c5 100644 (file)
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 #ifndef VIEWPROPSPROGRESSINFO_H
 #define VIEWPROPSPROGRESSINFO_H
 
 #include <kdialog.h>
 #include <kio/directorysizejob.h>
+#include <kurl.h>
 
 class ApplyViewPropsJob;
-class KJob;
-class KUrl;
 class QLabel;
 class QProgressBar;
 class QTimer;
@@ -65,7 +64,7 @@ private slots:
     void cancelApplying();
 
 private:
-    const KUrl& m_dir;
+    KUrl m_dir;
     ViewProperties* m_viewProps;
 
     QLabel* m_label;