diff options
Diffstat (limited to 'languages/python/pythonsupportpart.h')
| -rw-r--r-- | languages/python/pythonsupportpart.h | 20 | 
1 files changed, 10 insertions, 10 deletions
| 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<KInterfaceDesigner::DesignerType, KDevDesignerIntegration*> m_designers; -    QString m_contextFileName; +    TQMap<KInterfaceDesigner::DesignerType, KDevDesignerIntegration*> m_designers; +    TQString m_contextFileName;  };  #endif | 
