From bdda49527cc41b920609da8627e55e8ea44cee35 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 23 Oct 2014 10:14:57 -0500 Subject: Fix another FTBFS due to accidental double quote duplication --- kopete/kopete/contactlist/kopetemetacontactlvi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp index bbed99fb..83569860 100644 --- a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp +++ b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp @@ -515,7 +515,7 @@ void KopeteMetaContactLVI::slotPhotoChanged() { m_oldStatusIcon= d->metaContactIcon->pixmap(); TQPixmap photoPixmap; - //TQPixmap defaultIcon( TDEGlobal::iconLoader()->loadIcon( ""x-office-address-book", TDEIcon::Desktop ) ); + //TQPixmap defaultIcon( TDEGlobal::iconLoader()->loadIcon( "x-office-address-book", TDEIcon::Desktop ) ); TQImage photoImg = m_metaContact->photo(); if ( !photoImg.isNull() && (photoImg.width() > 0) && (photoImg.height() > 0) ) { -- cgit v1.2.1