From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmcameraedit.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kpovmodeler/pmcameraedit.h') diff --git a/kpovmodeler/pmcameraedit.h b/kpovmodeler/pmcameraedit.h index 7b787683..a9ed5ee9 100644 --- a/kpovmodeler/pmcameraedit.h +++ b/kpovmodeler/pmcameraedit.h @@ -25,15 +25,15 @@ #endif #include "pmnamedobjectedit.h" -#include +#include class PMCamera; class PMVectorEdit; class PMFloatEdit; class PMIntEdit; -class QComboBox; -class QLabel; -class QCheckBox; +class TQComboBox; +class TQLabel; +class TQCheckBox; /** * Dialog edit class for @ref PMCamera @@ -46,7 +46,7 @@ public: /** * Creates a PMCameraEdit with parent and name */ - PMCameraEdit( QWidget* parent, const char* name = 0 ); + PMCameraEdit( TQWidget* parent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); @@ -80,19 +80,19 @@ private: PMVectorEdit* m_pUp; PMVectorEdit* m_pSky; PMVectorEdit* m_pLookAt; - QCheckBox* m_pEnableAngle; + TQCheckBox* m_pEnableAngle; PMFloatEdit* m_pAngle; - QComboBox* m_pCameraType; - QComboBox* m_pCylinderType; - QLabel* m_pCylinderTypeLabel; - QCheckBox* m_pFocalBlur; + TQComboBox* m_pCameraType; + TQComboBox* m_pCylinderType; + TQLabel* m_pCylinderTypeLabel; + TQCheckBox* m_pFocalBlur; PMFloatEdit* m_pAperture; PMIntEdit* m_pBlurSamples; PMVectorEdit* m_pFocalPoint; PMFloatEdit* m_pConfidence; PMFloatEdit* m_pVariance; - QPtrList m_focalWidgets; - QCheckBox* m_pExport; + TQPtrList m_focalWidgets; + TQCheckBox* m_pExport; }; -- cgit v1.2.3