Update tqt3 from qt3

pull/1/head
Timothy Pearson 13 years ago
parent 29e9d05458
commit 30e60192e8

@ -164,7 +164,11 @@ public:
TQCString copy() const;
TQCString &sprintf( const char *format, ... );
TQCString &sprintf( const char *format, ... )
#if defined(Q_CC_GNU) && !defined(__INSURE__)
__attribute__ ((format (printf, 2, 3)))
#endif
;
int find( char c, int index=0, bool cs=TRUE ) const;
int find( const char *str, int index=0, bool cs=TRUE ) const;

@ -207,6 +207,7 @@ TQMap<TQString, TQString> proFileTagMap( const TQString& text )
buff[read_in] = '\0';
after += buff;
}
pclose( proc );
(*it).replace( i, callToSystem.matchedLength(), after );
i += after.length();
}

Loading…
Cancel
Save