diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:58:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:58:18 -0600 |
commit | c0fc75368b41146e605536e973e1d635b9d64ced (patch) | |
tree | 06de3a4e7062ba08e089a10b172bda52f28dfb3f /kaddressbook/views | |
parent | 0953e163d461bdccfb36d86464d9f6505558388a (diff) | |
download | tdepim-c0fc75368b41146e605536e973e1d635b9d64ced.tar.gz tdepim-c0fc75368b41146e605536e973e1d635b9d64ced.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kaddressbook/views')
-rw-r--r-- | kaddressbook/views/contactlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/views/contactlistview.cpp b/kaddressbook/views/contactlistview.cpp index 47a1e86e1..0807cce64 100644 --- a/kaddressbook/views/contactlistview.cpp +++ b/kaddressbook/views/contactlistview.cpp @@ -167,7 +167,7 @@ TQString ContactListViewItem::key(int column, bool ascending) const if ( column >= parentListView->columns() ) return TQString(); -#if KDE_VERSION >= 319 +#if TDE_VERSION >= 319 Q_UNUSED( ascending ) if ( parentListView->showIM() ) { // in this case, one column is reserved for IM presence |