diff options
Diffstat (limited to 'kpovmodeler/pmpovrayoutputwidget.h')
-rw-r--r-- | kpovmodeler/pmpovrayoutputwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kpovmodeler/pmpovrayoutputwidget.h b/kpovmodeler/pmpovrayoutputwidget.h index e617dba1..a5fbe883 100644 --- a/kpovmodeler/pmpovrayoutputwidget.h +++ b/kpovmodeler/pmpovrayoutputwidget.h @@ -34,11 +34,12 @@ class KConfig; class PMPovrayOutputWidget : public KDialog { Q_OBJECT + TQ_OBJECT public: /** * Standard constructor */ - PMPovrayOutputWidget( TQWidget* parent = 0, const char* name = 0 ); + PMPovrayOutputWidget( TQWidget* tqparent = 0, const char* name = 0 ); /** * Destructor */ |