From 81370a5f955c2710b6e9336b6c412c8d630ef72a Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 11 Jun 2005 17:03:59 +0000 Subject: fixes --- (limited to 'microkde/kio/kfile/kurlrequester.h') diff --git a/microkde/kio/kfile/kurlrequester.h b/microkde/kio/kfile/kurlrequester.h index 3253dd5..faa3326 100644 --- a/microkde/kio/kfile/kurlrequester.h +++ b/microkde/kio/kfile/kurlrequester.h @@ -105,6 +105,7 @@ public: * @see KFileDialog::setMode() */ void setMode( unsigned int m ); + void setPathIsDir( ) {mPathIsDir = true;} /** * Sets the filter for the file dialog. @@ -234,6 +235,7 @@ private: KURLDragPushButton * myButton; bool myShowLocalProt; mutable KFileDialog * myFileDialog; + bool mPathIsDir; protected slots: -- cgit v0.9.0.2