diff options
Diffstat (limited to 'src/directorylist.h')
-rw-r--r-- | src/directorylist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/directorylist.h b/src/directorylist.h index 343c3fa..4e4c058 100644 --- a/src/directorylist.h +++ b/src/directorylist.h @@ -113,6 +113,7 @@ class DeviceItem : public TQObject, public TQCheckListItem void completed() { if( childCount() == 0 ) { setExpandable( false ); repaint(); } } private: void mountDevice(const TQString & device); + TQString getMountPoint(const TQString & device); KDirLister m_lister; KURL m_url; bool m_listed; |