summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmjuliafractaledit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmjuliafractaledit.h')
-rw-r--r--kpovmodeler/pmjuliafractaledit.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpovmodeler/pmjuliafractaledit.h b/kpovmodeler/pmjuliafractaledit.h
index 598ea144..f2acb8f3 100644
--- a/kpovmodeler/pmjuliafractaledit.h
+++ b/kpovmodeler/pmjuliafractaledit.h
@@ -30,8 +30,8 @@ class PMJuliaFractal;
class PMVectorEdit;
class PMIntEdit;
class PMFloatEdit;
-class QComboBox;
-class QLabel;
+class TQComboBox;
+class TQLabel;
/**
* Dialog edit class for @ref PMJuliaFractal
@@ -44,7 +44,7 @@ public:
/**
* Creates a PMJuliaFractalEdit with parent and name
*/
- PMJuliaFractalEdit( QWidget* parent, const char* name = 0 );
+ PMJuliaFractalEdit( TQWidget* parent, const char* name = 0 );
/** */
virtual void displayObject( PMObject* o );
@@ -65,10 +65,10 @@ protected slots:
private:
PMJuliaFractal* m_pDisplayedObject;
PMVectorEdit* m_pJuliaParameter;
- QComboBox* m_pAlgebraType;
- QComboBox* m_pFunctionType;
+ TQComboBox* m_pAlgebraType;
+ TQComboBox* m_pFunctionType;
PMVectorEdit* m_pExponents;
- QLabel* m_pExponentsLabel;
+ TQLabel* m_pExponentsLabel;
PMIntEdit* m_pMaxIterations;
PMFloatEdit* m_pPrecision;
PMVectorEdit* m_pSliceNormal;