diff options
Diffstat (limited to 'libkdepim/ldapclient.h')
-rw-r--r-- | libkdepim/ldapclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkdepim/ldapclient.h b/libkdepim/ldapclient.h index 5167660e2..cf3f55827 100644 --- a/libkdepim/ldapclient.h +++ b/libkdepim/ldapclient.h @@ -256,6 +256,7 @@ class KDE_EXPORT LdapSearch : public QObject void startSearch( const TQString& txt ); void cancelSearch(); bool isAvailable() const; + void updateCompletionWeights(); TQValueList< LdapClient* > clients() const { return mClients; } @@ -276,6 +277,7 @@ class KDE_EXPORT LdapSearch : public QObject void slotFileChanged( const TQString& ); private: + void readWeighForClient( LdapClient *client, KConfig *config, int clientNumber ); void readConfig(); void finish(); void makeSearchData( TQStringList& ret, LdapResultList& resList ); |