|
|
@ -148,7 +148,7 @@ UploadDialog::UploadDialog(
|
|
|
|
TQWhatsThis::add( m_imagePreview, i18n( "The preview of the selected image in the list." ) );
|
|
|
|
TQWhatsThis::add( m_imagePreview, i18n( "The preview of the selected image in the list." ) );
|
|
|
|
|
|
|
|
|
|
|
|
TQLabel *hdd_icon = new TQLabel( urlBox );
|
|
|
|
TQLabel *hdd_icon = new TQLabel( urlBox );
|
|
|
|
hdd_icon->setPixmap( TDEGlobal::iconLoader()->loadIcon( "system", TDEIcon::Desktop, TDEIcon::SizeHuge ) );
|
|
|
|
hdd_icon->setPixmap( TDEGlobal::iconLoader()->loadIcon( "computer", TDEIcon::Desktop, TDEIcon::SizeHuge ) );
|
|
|
|
|
|
|
|
|
|
|
|
uploadPaneLayout->addWidget( m_imagePreview );
|
|
|
|
uploadPaneLayout->addWidget( m_imagePreview );
|
|
|
|
uploadPaneLayout->addStretch( 1 );
|
|
|
|
uploadPaneLayout->addStretch( 1 );
|
|
|
|