From d6f9bd535e8cabe653bdff329500f9153e5e11fb Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 21 Oct 2004 22:20:39 +0000 Subject: small fixes --- (limited to 'kaddressbook/views') diff --git a/kaddressbook/views/contactlistview.cpp b/kaddressbook/views/contactlistview.cpp index c74f8cf..5fb4163 100644 --- a/kaddressbook/views/contactlistview.cpp +++ b/kaddressbook/views/contactlistview.cpp @@ -168,6 +168,7 @@ ContactListViewItem::ContactListViewItem(const KABC::Addressee &a, QString ContactListViewItem::key(int column, bool ascending) const { +#ifndef DESKTOP_VERSION int lan = KGlobal::locale()->language(); //qDebug("language %d ", lan); if ( lan == 1 ) { //GERMAN @@ -194,6 +195,7 @@ QString ContactListViewItem::key(int column, bool ascending) const } else +#endif return QListViewItem::key(column, ascending).lower(); } -- cgit v0.9.0.2