diff options
Diffstat (limited to 'kpovmodeler/pmlightgroupedit.h')
-rw-r--r-- | kpovmodeler/pmlightgroupedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmlightgroupedit.h b/kpovmodeler/pmlightgroupedit.h index 2701d681..fa090f97 100644 --- a/kpovmodeler/pmlightgroupedit.h +++ b/kpovmodeler/pmlightgroupedit.h @@ -27,7 +27,7 @@ #include "pmsolidobjectedit.h" class PMLightGroup; -class QCheckBox; +class TQCheckBox; /** * Dialog edit class for @ref PMLightGroup @@ -40,7 +40,7 @@ public: /** * Creates a PMLightGroupEdit with parent and name */ - PMLightGroupEdit( QWidget* parent, const char* name = 0 ); + PMLightGroupEdit( TQWidget* parent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); @@ -57,7 +57,7 @@ protected slots: private: PMLightGroup* m_pDisplayedObject; - QCheckBox* m_pGlobalLights; + TQCheckBox* m_pGlobalLights; }; |