diff options
Diffstat (limited to 'kopete/kopete/contactlist/kopetelviprops.cpp')
-rw-r--r-- | kopete/kopete/contactlist/kopetelviprops.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/kopete/contactlist/kopetelviprops.cpp b/kopete/kopete/contactlist/kopetelviprops.cpp index f64af84d..d05bd12f 100644 --- a/kopete/kopete/contactlist/kopetelviprops.cpp +++ b/kopete/kopete/contactlist/kopetelviprops.cpp @@ -69,8 +69,8 @@ KopeteGVIProps::KopeteGVIProps(KopeteGroupViewItem *gvi, TQWidget *parent, const : KDialogBase(parent, name, true, i18n("Properties of Group %1").arg(gvi->group()->displayName()), Ok|Cancel, Ok, false) { mainWidget = new KopeteGVIPropsWidget(this, "mainWidget"); - mainWidget->icnbOpen->setIconSize(KIcon::SizeSmall); - mainWidget->icnbClosed->setIconSize(KIcon::SizeSmall); + mainWidget->icnbOpen->setIconSize(TDEIcon::SizeSmall); + mainWidget->icnbClosed->setIconSize(TDEIcon::SizeSmall); mNotificationProps = new CustomNotificationProps( this, gvi->group() ); mainWidget->tabWidget->addTab( mNotificationProps->widget(), i18n( "Custom &Notifications" ) ); @@ -150,10 +150,10 @@ KopeteMetaLVIProps::KopeteMetaLVIProps(KopeteMetaContactLVI *lvi, TQWidget *pare { m_countPhotoCapable = 0; mainWidget = new KopeteMetaLVIPropsWidget( this, "mainWidget" ); - mainWidget->icnbOffline->setIconSize( KIcon::SizeSmall ); - mainWidget->icnbOnline->setIconSize( KIcon::SizeSmall ); - mainWidget->icnbAway->setIconSize( KIcon::SizeSmall ); - mainWidget->icnbUnknown->setIconSize( KIcon::SizeSmall ); + mainWidget->icnbOffline->setIconSize( TDEIcon::SizeSmall ); + mainWidget->icnbOnline->setIconSize( TDEIcon::SizeSmall ); + mainWidget->icnbAway->setIconSize( TDEIcon::SizeSmall ); + mainWidget->icnbUnknown->setIconSize( TDEIcon::SizeSmall ); mNotificationProps = new CustomNotificationProps( this, lvi->metaContact() ); // add a button to the notification props to get the sound from KABC |