diff options
Diffstat (limited to 'lib/kofficecore/KoDocumentInfoDlg.h')
-rw-r--r-- | lib/kofficecore/KoDocumentInfoDlg.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/kofficecore/KoDocumentInfoDlg.h b/lib/kofficecore/KoDocumentInfoDlg.h index d3e1e9a3..d346c4c1 100644 --- a/lib/kofficecore/KoDocumentInfoDlg.h +++ b/lib/kofficecore/KoDocumentInfoDlg.h @@ -32,11 +32,12 @@ class KoDocumentInfoAbout; class KoDocumentInfoUserMetadata; class KArchiveEntry; -class KOFFICECORE_EXPORT KoDocumentInfoDlg : public QObject +class KOFFICECORE_EXPORT KoDocumentInfoDlg : public TQObject { Q_OBJECT + TQ_OBJECT public: - KoDocumentInfoDlg( KoDocumentInfo *docInfo, QWidget *parent = 0, const char *name = 0, + KoDocumentInfoDlg( KoDocumentInfo *docInfo, TQWidget *tqparent = 0, const char *name = 0, KDialogBase *dialog = 0 ); virtual ~KoDocumentInfoDlg(); @@ -69,15 +70,16 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoPropsPage : public KPropsDlgPlugin { Q_OBJECT + TQ_OBJECT public: KoDocumentInfoPropsPage( KPropertiesDialog *props, const char *name = 0, - const QStringList & = QStringList() ); + const TQStringList & = TQStringList() ); virtual ~KoDocumentInfoPropsPage(); virtual void applyChanges(); private: - void copy( const QString &path, const KArchiveEntry *entry ); + void copy( const TQString &path, const KArchiveEntry *entry ); class KoDocumentInfoPropsPagePrivate; KoDocumentInfoPropsPagePrivate *d; }; |