diff options
Diffstat (limited to 'languages/csharp/csharpsupportpart.h')
-rw-r--r-- | languages/csharp/csharpsupportpart.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/languages/csharp/csharpsupportpart.h b/languages/csharp/csharpsupportpart.h index 166285a6..35d2b7ba 100644 --- a/languages/csharp/csharpsupportpart.h +++ b/languages/csharp/csharpsupportpart.h @@ -21,7 +21,7 @@ class CSharpSupportPart : public KDevLanguageSupport Q_OBJECT public: - CSharpSupportPart( QObject *parent, const char *name, const QStringList & ); + CSharpSupportPart( TQObject *parent, const char *name, const TQStringList & ); ~CSharpSupportPart(); protected: @@ -32,8 +32,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(); @@ -44,12 +44,12 @@ private slots: void slotCSharpdocFAQ(); private: - QString interpreter(); - void startApplication(const QString &program); - void maybeParse(const QString fileName); - void parse(const QString &fileName); - void parseLines(QStringList* lines,const QString& fileName); - void removeWithReference( const QString & fileName ); + TQString interpreter(); + void startApplication(const TQString &program); + void maybeParse(const TQString fileName); + void parse(const TQString &fileName); + void parseLines(TQStringList* lines,const TQString& fileName); + void removeWithReference( const TQString & fileName ); void parseUseFiles(); //CSharp Parser // csharpparser* m_parser; |