summaryrefslogtreecommitdiffstats
path: root/libkdepim/addresseelineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/addresseelineedit.h')
-rw-r--r--libkdepim/addresseelineedit.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libkdepim/addresseelineedit.h b/libkdepim/addresseelineedit.h
index 86d8d8db..416af167 100644
--- a/libkdepim/addresseelineedit.h
+++ b/libkdepim/addresseelineedit.h
@@ -45,7 +45,7 @@ namespace KPIM {
class LdapSearch;
class LdapResult;
typedef TQValueList<LdapResult> LdapResultList;
-typedef TQMap< TQString, QPair<int,int> > CompletionItemsMap;
+typedef TQMap< TQString, TQPair<int,int> > CompletionItemsMap;
}
namespace KPIM {
@@ -54,9 +54,10 @@ class KDE_EXPORT AddresseeLineEdit : public ClickLineEdit, public DCOPObject
{
K_DCOP
Q_OBJECT
+ TQ_OBJECT
public:
- AddresseeLineEdit( TQWidget* parent, bool useCompletion = true,
+ AddresseeLineEdit( TQWidget* tqparent, bool useCompletion = true,
const char *name = 0L);
virtual ~AddresseeLineEdit();