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/pmslopeedit.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kpovmodeler/pmslopeedit.h') diff --git a/kpovmodeler/pmslopeedit.h b/kpovmodeler/pmslopeedit.h index 2c4d2af4..a2defaa9 100644 --- a/kpovmodeler/pmslopeedit.h +++ b/kpovmodeler/pmslopeedit.h @@ -30,9 +30,9 @@ class PMSlope; class PMVectorEdit; class PMIntEdit; class PMFloatEdit; -class QComboBox; -class QCheckBox; -class QLabel; +class TQComboBox; +class TQCheckBox; +class TQLabel; /** * Dialog edit class for @ref PMSlope. @@ -45,7 +45,7 @@ public: /** * Creates a PMSlopeEdit with parent and name */ - PMSlopeEdit( QWidget* parent, const char* name = 0 ); + PMSlopeEdit( TQWidget* parent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); -- cgit v1.2.3