diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:55:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:55:40 -0600 |
commit | 73ff676f11662d6178c8854a7832ebffe2ae409d (patch) | |
tree | 9e89ea7d87940087d2d3c5db9b378ef989dd1346 /kword/KWMailMergeDataSource.h | |
parent | c2ba2f56121c21a762619faf195e8332ef5b224f (diff) | |
download | koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kword/KWMailMergeDataSource.h')
-rw-r--r-- | kword/KWMailMergeDataSource.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWMailMergeDataSource.h b/kword/KWMailMergeDataSource.h index 4d5a2508..3cf5eea1 100644 --- a/kword/KWMailMergeDataSource.h +++ b/kword/KWMailMergeDataSource.h @@ -49,13 +49,13 @@ class KWORD_EXPORT KWMailMergeDataSource: public TQObject, public DCOPObject // K_DCOP public: - KWMailMergeDataSource(KInstance* inst,TQObject *parent); + KWMailMergeDataSource(TDEInstance* inst,TQObject *parent); virtual ~KWMailMergeDataSource(){;} virtual class TQString getValue( const class TQString &name, int record = -1 ) const=0; const TQMap< TQString, TQString > &getRecordEntries() const; - KInstance *KWInstance(){return m_instance;} + TDEInstance *KWInstance(){return m_instance;} virtual bool showConfigDialog(class TQWidget*,int) =0; virtual void save(TQDomDocument&, TQDomElement&)=0; @@ -66,7 +66,7 @@ class KWORD_EXPORT KWMailMergeDataSource: public TQObject, public DCOPObject protected: DbRecord sampleRecord; private: - KInstance *m_instance; + TDEInstance *m_instance; k_dcop: virtual int getNumRecords() const =0; }; |