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/pmcommentedit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpovmodeler/pmcommentedit.h') diff --git a/kpovmodeler/pmcommentedit.h b/kpovmodeler/pmcommentedit.h index b3dc1d25..3d3fb0c1 100644 --- a/kpovmodeler/pmcommentedit.h +++ b/kpovmodeler/pmcommentedit.h @@ -27,7 +27,7 @@ #include "pmdialogeditbase.h" class PMComment; -class QMultiLineEdit; +class TQMultiLineEdit; /** * Dialog edit class for @ref PMComment. @@ -40,7 +40,7 @@ public: /** * Creates a PMCommentEdit with parent and name */ - PMCommentEdit( QWidget* parent, const char* name = 0 ); + PMCommentEdit( TQWidget* parent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); @@ -55,7 +55,7 @@ protected: private: PMComment* m_pDisplayedObject; - QMultiLineEdit* m_pEdit; + TQMultiLineEdit* m_pEdit; }; -- cgit v1.2.3