diff options
Diffstat (limited to 'kio/kfile/kurlcombobox.cpp')
-rw-r--r-- | kio/kfile/kurlcombobox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kfile/kurlcombobox.cpp b/kio/kfile/kurlcombobox.cpp index f7bf58bc0..0449795f5 100644 --- a/kio/kfile/kurlcombobox.cpp +++ b/kio/kfile/kurlcombobox.cpp @@ -87,7 +87,7 @@ TQStringList KURLComboBox::urls() const for ( int i = defaultList.count(); i < count(); i++ ) { url = text( i ); if ( !url.isEmpty() ) { - //if ( url.at(0) == '/' ) + //if ( url.tqat(0) == '/' ) // list.append( url.prepend( fileProt ) ); //else list.append( url ); @@ -129,7 +129,7 @@ void KURLComboBox::setDefaults() KURLComboItem *item; for ( unsigned int id = 0; id < defaultList.count(); id++ ) { - item = defaultList.at( id ); + item = defaultList.tqat( id ); insertURLItem( item ); } } |