diff options
Diffstat (limited to 'kpovmodeler/pmtorusedit.h')
-rw-r--r-- | kpovmodeler/pmtorusedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmtorusedit.h b/kpovmodeler/pmtorusedit.h index 2aea334b..1d3f4f5a 100644 --- a/kpovmodeler/pmtorusedit.h +++ b/kpovmodeler/pmtorusedit.h @@ -27,7 +27,7 @@ class PMTorus; class PMFloatEdit ; -class QCheckBox; +class TQCheckBox; /** * Dialog edit class for @ref PMTorus @@ -40,7 +40,7 @@ public: /** * Creates a PMSphereEdit with parent and name */ - PMTorusEdit( QWidget* parent, const char* name = 0 ); + PMTorusEdit( TQWidget* parent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); @@ -57,7 +57,7 @@ private: PMTorus* m_pDisplayedObject; PMFloatEdit* m_pMinorRadius; PMFloatEdit* m_pMajorRadius; - QCheckBox * m_pSturm; + TQCheckBox * m_pSturm; }; |