diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-22 11:58:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-22 11:58:35 +0900 |
| commit | ef5d32c49ddf0e3536e3a1a06f8fc84e56a8f42e (patch) | |
| tree | 1b2d4c4e28e640b2a5415510afe926471ebaa759 /kaddressbook/views/contactlistview.cpp | |
| parent | aaf564ace324cba8f96be63c505293f3f893bcd8 (diff) | |
| download | tdepim-master.tar.gz tdepim-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kaddressbook/views/contactlistview.cpp')
| -rw-r--r-- | kaddressbook/views/contactlistview.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kaddressbook/views/contactlistview.cpp b/kaddressbook/views/contactlistview.cpp index b23f415c..4c4906c7 100644 --- a/kaddressbook/views/contactlistview.cpp +++ b/kaddressbook/views/contactlistview.cpp @@ -167,7 +167,6 @@ TQString ContactListViewItem::key(int column, bool ascending) const if ( column >= parentListView->columns() ) return TQString(); -#if TDE_VERSION >= 319 Q_UNUSED( ascending ) if ( parentListView->showIM() ) { // in this case, one column is reserved for IM presence @@ -185,9 +184,6 @@ TQString ContactListViewItem::key(int column, bool ascending) const } else return mFields[ column ]->sortKey( mAddressee ); -#else - return TQListViewItem::key( column, ascending ).lower(); -#endif } void ContactListViewItem::paintCell(TQPainter * p, |
