From 2595a15ebeb6fc46b7cb241d01ec0c2460ec2111 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 2 Jul 2011 06:40:27 +0000 Subject: TQt4 port tellico This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1239054 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/reportdialog.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/reportdialog.h') diff --git a/src/reportdialog.h b/src/reportdialog.h index 758c2d6..ea0579e 100644 --- a/src/reportdialog.h +++ b/src/reportdialog.h @@ -31,15 +31,16 @@ namespace Tellico { */ class ReportDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: /** * The constructor sets up the dialog. * - * @param parent A pointer to the parent widget + * @param tqparent A pointer to the tqparent widget * @param name The widget name */ - ReportDialog(QWidget* parent, const char* name=0); + ReportDialog(TQWidget* tqparent, const char* name=0); virtual ~ReportDialog(); public slots: @@ -57,7 +58,7 @@ private: KHTMLPart* m_HTMLPart; GUI::ComboBox* m_templateCombo; Export::HTMLExporter* m_exporter; - QString m_xsltFile; + TQString m_xsltFile; }; } // end namespace -- cgit v1.2.1