diff --git a/TODO b/TODO index d4e9fba..f2a1459 100644 --- a/TODO +++ b/TODO @@ -9,11 +9,11 @@ for 0.10.x: snippet: char cu[L_cuserid]; - user = QString::fromLocal8Bit( cuserid( cu ), -1 ); + user = TQString::fromLocal8Bit( cuserid( cu ), -1 ); or - user = QString::fromLocal8Bit( cuserid( NULL ), -1 ); // returning static pointer + user = TQString::fromLocal8Bit( cuserid( NULL ), -1 ); // returning static pointer - Move smb4k/core subdirectory to the root directory of the source. - Rename libsmb4kcore to libsmb4k? diff --git a/acinclude.m4 b/acinclude.m4 index f16ca95..b48fc71 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1133,14 +1133,14 @@ cat >> conftest.$ac_ext <> conftest.$ac_ext <> conftest.$ac_ext < #include int main() { - QString t = "hallo"; + TQString t = "hallo"; t.fill('t'); qInitImageIO(); }