diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:58:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:58:07 -0600 |
commit | 73299e0f9f30e4e65ec3c0295fd0f4f238cfd09d (patch) | |
tree | 9ca257d6e0694912a34a964d7766f2909bda92bd /libtdepim/addresseelineedit.h | |
parent | 87620f47926a6451accfd82c57558a99d1c4d21e (diff) | |
download | tdepim-73299e0f9f30e4e65ec3c0295fd0f4f238cfd09d.tar.gz tdepim-73299e0f9f30e4e65ec3c0295fd0f4f238cfd09d.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'libtdepim/addresseelineedit.h')
-rw-r--r-- | libtdepim/addresseelineedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/addresseelineedit.h b/libtdepim/addresseelineedit.h index 7cf3a340c..035f285da 100644 --- a/libtdepim/addresseelineedit.h +++ b/libtdepim/addresseelineedit.h @@ -109,7 +109,7 @@ class KDE_EXPORT AddresseeLineEdit : public ClickLineEdit, public DCOPObject int addCompletionSource( const TQString&, int weight ); /** return whether we are using sorted or weighted display */ - static KCompletion::CompOrder completionOrder(); + static TDECompletion::CompOrder completionOrder(); k_dcop: // Connected to the DCOP signal |