summaryrefslogtreecommitdiff
path: root/libopie/ofileselector.cc
Unidiff
Diffstat (limited to 'libopie/ofileselector.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ofileselector.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/ofileselector.cc b/libopie/ofileselector.cc
index b3aacd6..9534667 100644
--- a/libopie/ofileselector.cc
+++ b/libopie/ofileselector.cc
@@ -1027,25 +1027,25 @@ bool OFileSelector::compliesMime( const QString& mime ) {
1027 } 1027 }
1028 return false; 1028 return false;
1029} 1029}
1030void OFileSelector::slotFileSelected( const QString &string ) 1030void OFileSelector::slotFileSelected( const QString &string )
1031{ 1031{
1032 if( m_shLne ) 1032 if( m_shLne )
1033 m_edit->setText( string ); 1033 m_edit->setText( string );
1034 emit fileSelected( string ); 1034 emit fileSelected( string );
1035} 1035}
1036void OFileSelector::slotFileBridgeSelected( const DocLnk &lnk ) 1036void OFileSelector::slotFileBridgeSelected( const DocLnk &lnk )
1037{ 1037{
1038 slotFileSelected( lnk.name() ); 1038 slotFileSelected( lnk.name() );
1039 // emit fileSelected( lnk ); 1039 emit fileSelected( lnk );
1040} 1040}
1041void OFileSelector::slotSelectionChanged() 1041void OFileSelector::slotSelectionChanged()
1042{ 1042{
1043 1043
1044} 1044}
1045void OFileSelector::slotCurrentChanged(QListViewItem* item ) 1045void OFileSelector::slotCurrentChanged(QListViewItem* item )
1046{ 1046{
1047 if( item == 0 ) 1047 if( item == 0 )
1048 return; 1048 return;
1049 if( m_selector == EXTENDED || m_selector == EXTENDED_ALL ) { 1049 if( m_selector == EXTENDED || m_selector == EXTENDED_ALL ) {
1050 OFileSelectorItem *sel = (OFileSelectorItem*) item; // start to use the C++ casts ;) 1050 OFileSelectorItem *sel = (OFileSelectorItem*) item; // start to use the C++ casts ;)
1051 qWarning("current changed"); 1051 qWarning("current changed");