summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/algorithmdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/algorithmdialog.h')
-rw-r--r--kmrml/kmrml/algorithmdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kmrml/kmrml/algorithmdialog.h b/kmrml/kmrml/algorithmdialog.h
index be119dbd..f5e02116 100644
--- a/kmrml/kmrml/algorithmdialog.h
+++ b/kmrml/kmrml/algorithmdialog.h
@@ -32,11 +32,12 @@ namespace KMrml
class AlgorithmDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
AlgorithmDialog( const AlgorithmList&, const CollectionList&,
const Collection& currentColl,
- TQWidget *parent = 0, const char *name = 0 );
+ TQWidget *tqparent = 0, const char *name = 0 );
~AlgorithmDialog();
private slots: