diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:46 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:46 +0000 |
commit | eba47f8f0637f451e21348187591e1f1fd58ac74 (patch) | |
tree | 448f10b95c656604acc331a3236c1e59bde5c1ad /kpovmodeler/pmspheresweepedit.h | |
parent | c7e8736c69373f48b0401319757c742e8607431a (diff) | |
download | tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.tar.gz tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.zip |
TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpovmodeler/pmspheresweepedit.h')
-rw-r--r-- | kpovmodeler/pmspheresweepedit.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kpovmodeler/pmspheresweepedit.h b/kpovmodeler/pmspheresweepedit.h index 58f89372..16d86246 100644 --- a/kpovmodeler/pmspheresweepedit.h +++ b/kpovmodeler/pmspheresweepedit.h @@ -26,17 +26,17 @@ #include "pmsolidobjectedit.h" #include "pmvectoredit.h" -#include <qptrlist.h> -#include <qvaluelist.h> +#include <tqptrlist.h> +#include <tqvaluelist.h> class PMSphereSweep; class PMVectorListEdit; class PMFloatEdit; -class QVBoxLayout; -class QComboBox; -class QCheckBox; -class QPushButton; -class QLabel; +class TQVBoxLayout; +class TQComboBox; +class TQCheckBox; +class TQPushButton; +class TQLabel; /** * Dialog edit class for @ref PMSphereSweep @@ -49,7 +49,7 @@ public: /** * Creates a PMSphereSweepEdit with parent and name */ - PMSphereSweepEdit( QWidget* parent, const char* name = 0 ); + PMSphereSweepEdit( TQWidget* parent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); @@ -78,12 +78,12 @@ private: void updatePointButtons( ); PMSphereSweep* m_pDisplayedObject; - QComboBox* m_pSplineType; + TQComboBox* m_pSplineType; PMVectorListEdit* m_pPoints; PMFloatEdit* m_pTolerance; - QPushButton* m_pAddAbove; - QPushButton* m_pAddBelow; - QPushButton* m_pRemove; + TQPushButton* m_pAddAbove; + TQPushButton* m_pAddBelow; + TQPushButton* m_pRemove; }; |