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/pmlibraryhandleedit.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kpovmodeler/pmlibraryhandleedit.h') diff --git a/kpovmodeler/pmlibraryhandleedit.h b/kpovmodeler/pmlibraryhandleedit.h index d0f53bb2..d57b8e5e 100644 --- a/kpovmodeler/pmlibraryhandleedit.h +++ b/kpovmodeler/pmlibraryhandleedit.h @@ -25,10 +25,10 @@ #include -class QLineEdit; -class QTextEdit; -class QListBox; -class QCheckBox; +class TQLineEdit; +class TQTextEdit; +class TQListBox; +class TQCheckBox; class PMLibraryHandle; /** @@ -42,25 +42,25 @@ public: * Construct a dialog to edit the properties of lib. The library will be * modified only if Ok is pressed. */ - PMLibraryHandleEdit( PMLibraryHandle* lib, QWidget *parent = NULL, const char* name = NULL ); + PMLibraryHandleEdit( PMLibraryHandle* lib, TQWidget *parent = NULL, const char* name = NULL ); static void saveConfig( KConfig* cfg ); static void restoreConfig( KConfig* cfg ); - static QSize s_size; + static TQSize s_size; private slots: void slotOk( ); - void slotEditsChanged( const QString& ); + void slotEditsChanged( const TQString& ); void slotDescriptionChanged( ); void slotReadOnlyChanged( ); - void resizeEvent( QResizeEvent *ev ); + void resizeEvent( TQResizeEvent *ev ); private: PMLibraryHandle* m_pLibrary; - QLineEdit* m_pNameEdit; - QLineEdit* m_pAuthorEdit; - QTextEdit* m_pDescriptionEdit; - QCheckBox* m_pReadOnlyEdit; + TQLineEdit* m_pNameEdit; + TQLineEdit* m_pAuthorEdit; + TQTextEdit* m_pDescriptionEdit; + TQCheckBox* m_pReadOnlyEdit; }; #endif -- cgit v1.2.1