summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmlatheedit.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
commiteba47f8f0637f451e21348187591e1f1fd58ac74 (patch)
tree448f10b95c656604acc331a3236c1e59bde5c1ad /kpovmodeler/pmlatheedit.h
parentc7e8736c69373f48b0401319757c742e8607431a (diff)
downloadtdegraphics-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/pmlatheedit.h')
-rw-r--r--kpovmodeler/pmlatheedit.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/kpovmodeler/pmlatheedit.h b/kpovmodeler/pmlatheedit.h
index ad8cf835..92e92950 100644
--- a/kpovmodeler/pmlatheedit.h
+++ b/kpovmodeler/pmlatheedit.h
@@ -26,16 +26,16 @@
#include "pmsolidobjectedit.h"
#include "pmvectoredit.h"
-#include <qptrlist.h>
-#include <qvaluelist.h>
+#include <tqptrlist.h>
+#include <tqvaluelist.h>
class PMLathe;
class PMVectorListEdit;
-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 PMLathe
@@ -48,7 +48,7 @@ public:
/**
* Creates a PMLatheEdit with parent and name
*/
- PMLatheEdit( QWidget* parent, const char* name = 0 );
+ PMLatheEdit( TQWidget* parent, const char* name = 0 );
/** */
virtual void displayObject( PMObject* o );
@@ -77,12 +77,12 @@ private:
void updatePointButtons( );
PMLathe* m_pDisplayedObject;
- QComboBox* m_pSplineType;
- QCheckBox* m_pSturm;
+ TQComboBox* m_pSplineType;
+ TQCheckBox* m_pSturm;
PMVectorListEdit* m_pPoints;
- QPushButton* m_pAddAbove;
- QPushButton* m_pAddBelow;
- QPushButton* m_pRemove;
+ TQPushButton* m_pAddAbove;
+ TQPushButton* m_pAddBelow;
+ TQPushButton* m_pRemove;
};