summaryrefslogtreecommitdiffstats
path: root/kword/KWMailMergeDataSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWMailMergeDataSource.h')
-rw-r--r--kword/KWMailMergeDataSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWMailMergeDataSource.h b/kword/KWMailMergeDataSource.h
index b773c7a8..d27c509d 100644
--- a/kword/KWMailMergeDataSource.h
+++ b/kword/KWMailMergeDataSource.h
@@ -49,7 +49,7 @@ class KWORD_EXPORT KWMailMergeDataSource: public TQObject, public DCOPObject
// TQ_OBJECT
K_DCOP
public:
- KWMailMergeDataSource(KInstance* inst,TQObject *tqparent);
+ KWMailMergeDataSource(KInstance* inst,TQObject *parent);
virtual ~KWMailMergeDataSource(){;}
virtual class TQString getValue( const class TQString &name, int record = -1 ) const=0;