From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/python/pythonsupportpart.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'languages/python/pythonsupportpart.h') diff --git a/languages/python/pythonsupportpart.h b/languages/python/pythonsupportpart.h index ad2085e5..efa6f51c 100644 --- a/languages/python/pythonsupportpart.h +++ b/languages/python/pythonsupportpart.h @@ -25,13 +25,13 @@ class PythonSupportPart : public KDevLanguageSupport Q_OBJECT public: - PythonSupportPart( QObject *parent, const char *name, const QStringList & ); + PythonSupportPart( TQObject *parent, const char *name, const TQStringList & ); ~PythonSupportPart(); virtual KDevDesignerIntegration *designer(KInterfaceDesigner::DesignerType type); public slots: - void contextMenu(QPopupMenu *popup, const Context *context); + void contextMenu(TQPopupMenu *popup, const Context *context); void slotCreateSubclass(); protected: @@ -43,8 +43,8 @@ private slots: void projectOpened(); void projectClosed(); void savedFile(const KURL &fileName); - void addedFilesToProject(const QStringList &fileList); - void removedFilesFromProject(const QStringList &fileList); + void addedFilesToProject(const TQStringList &fileList); + void removedFilesFromProject(const TQStringList &fileList); void slotExecute(); void slotExecuteString(); void slotStartInterpreter(); @@ -54,13 +54,13 @@ private slots: void slotPydoc(); private: - QString interpreter(); - void startApplication(const QString &program); - void maybeParse(const QString fileName); - void parse(const QString &fileName); + TQString interpreter(); + void startApplication(const TQString &program); + void maybeParse(const TQString fileName); + void parse(const TQString &fileName); - QMap m_designers; - QString m_contextFileName; + TQMap m_designers; + TQString m_contextFileName; }; #endif -- cgit v1.2.1