From 568c816cc66f1566b8be6ff8d246e7b1465ae61e Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 15 Sep 2002 21:22:18 +0000 Subject: ok basicly all old functions are available again what's now missing is the code switching Listers and views toggling the toolbar filter --- (limited to 'libopie/ofileselector/ofileview.cpp') diff --git a/libopie/ofileselector/ofileview.cpp b/libopie/ofileselector/ofileview.cpp index 9bb40c9..38f722c 100644 --- a/libopie/ofileselector/ofileview.cpp +++ b/libopie/ofileselector/ofileview.cpp @@ -1,7 +1,8 @@ +#include + #include #include "ofileselector.h" - #include "ofileview.h" @@ -29,3 +30,7 @@ void OFileView::changedDir( const QDir& d ) { OFileSelector* OFileView::selector() const { return m_sel; } +void OFileView::updateLine( const QString& str ) { + if (m_sel->m_shLne ) + m_sel->m_edit->setText( str ); +} -- cgit v0.9.0.2