summaryrefslogtreecommitdiffstats
path: root/src/gui/previewdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/previewdialog.h')
-rw-r--r--src/gui/previewdialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/previewdialog.h b/src/gui/previewdialog.h
index a386a94..a0f7893 100644
--- a/src/gui/previewdialog.h
+++ b/src/gui/previewdialog.h
@@ -28,12 +28,13 @@ namespace Tellico {
class PreviewDialog : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
- PreviewDialog(QWidget* parent);
+ PreviewDialog(TQWidget* tqparent);
~PreviewDialog();
- void setXSLTFile(const QString& file);
+ void setXSLTFile(const TQString& file);
void setXSLTOptions(StyleOptions options);
void showEntry(Data::EntryPtr entry);