DEB tqt3: remove Qt2 obsolete classes

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/231/head
Michele Calgaro 12 months ago
parent 4efe9e9347
commit 4721bdc643
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -246,26 +246,6 @@ A: With qt-3.2.0, Trolltech has introduced a configure option to Qt called
KDE programs. Install your application's system wide configuration file
to /etc/tqt3.
Q: I'm compiling a program and I have a compile error due to a missing
include. Why isn't that include not present in the Debian packages anymore
? It compiled with older versions of Debian packages of Qt !
A: This may be due to two reasons: either the package still uses the old
includes from Qt 1.x or 2.x that got basically renamed by Trolltech due to
the naming convention. The filenames are now all following the scheme
ClassName -> classname.h.
Therefore, if you are the developer of the affected program, change your
sources according to this scheme. Qt ships with tqtrename140, a tool to
help developers migrate their API to the Qt 3 version,
which can help you in the transition upgrade to Qt 3.
If you are affected by this as a packager, notify upstream to fix those
problems and in the meanwhile use libtqt3-compat-headers as a build
dependency which includes the compatibility headers that just include the
right files from the new API again.
Q: I have a question not covered by this FAQ and README file. Who should I
turn to ?

@ -309,7 +309,7 @@ Breaks: tqt3-dev-tools-compat (<< 4:14.0.0~)
Recommends: libtqt3-mt-dev
Depends: ${shlibs:Depends}
Description: Conversion utilities for TQt3 development
This package contains some older TQt tools (namely tqtrename140,
This package contains some older TQt tools (namely
tqm2ts, tqtmergetr, tqtfindtr and msg2tqm). These tools are needed only by
application developers who need to migrate any TQt application written
for TQt 1.x or 2.x over to TQt 3.x. The purpose of the tools are to

@ -1,11 +1,9 @@
usr/include/tqt3/ntqapp.h
usr/include/tqt3/ntqarray.h
usr/include/tqt3/ntqbitarry.h
usr/include/tqt3/ntqbttngrp.h
usr/include/tqt3/ntqchkbox.h
usr/include/tqt3/ntqclipbrd.h
usr/include/tqt3/ntqcollect.h
usr/include/tqt3/ntqcollection.h
usr/include/tqt3/ntqcombo.h
usr/include/tqt3/ntqconnect.h
usr/include/tqt3/ntqdatetm.h
@ -37,7 +35,6 @@ usr/include/tqt3/ntqprogbar.h
usr/include/tqt3/ntqprogdlg.h
usr/include/tqt3/ntqpsprn.h
usr/include/tqt3/ntqpushbt.h
usr/include/tqt3/ntqqueue.h
usr/include/tqt3/ntqradiobt.h
usr/include/tqt3/ntqrangect.h
usr/include/tqt3/ntqscrbar.h

@ -162,7 +162,6 @@ libqt-thread-stamp: post-patches
# archives get accidentally stripped by make install. Copy over unstripped ones for now.
-cp lib/lib*.a $(TMP_INSTALL)/usr/lib/
cp bin/tqtrename140 $(TMP_INSTALL)/usr/bin/
cp bin/tqtfindtr $(TMP_INSTALL)/usr/bin/
# build tqtconv2ui

@ -1,4 +1,3 @@
usr/bin/tqtrename140
usr/bin/tqm2ts
usr/bin/tqtmergetr
usr/bin/tqtfindtr

@ -246,26 +246,6 @@ A: With qt-3.2.0, Trolltech has introduced a configure option to Qt called
KDE programs. Install your application's system wide configuration file
to /etc/tqt3.
Q: I'm compiling a program and I have a compile error due to a missing
include. Why isn't that include not present in the Debian packages anymore
? It compiled with older versions of Debian packages of Qt !
A: This may be due to two reasons: either the package still uses the old
includes from Qt 1.x or 2.x that got basically renamed by Trolltech due to
the naming convention. The filenames are now all following the scheme
ClassName -> classname.h.
Therefore, if you are the developer of the affected program, change your
sources according to this scheme. Qt ships with tqtrename140, a tool to
help developers migrate their API to the Qt 3 version,
which can help you in the transition upgrade to Qt 3.
If you are affected by this as a packager, notify upstream to fix those
problems and in the meanwhile use libtqt3-compat-headers as a build
dependency which includes the compatibility headers that just include the
right files from the new API again.
Q: I have a question not covered by this FAQ and README file. Who should I
turn to ?

@ -310,7 +310,7 @@ Breaks: tqt3-dev-tools-compat (<< 4:14.0.0~)
Recommends: libtqt3-mt-dev
Depends: ${shlibs:Depends}
Description: Conversion utilities for TQt3 development
This package contains some older TQt tools (namely tqtrename140,
This package contains some older TQt tools (namely
tqm2ts, tqtmergetr, tqtfindtr and msg2tqm). These tools are needed only by
application developers who need to migrate any TQt application written
for TQt 1.x or 2.x over to TQt 3.x. The purpose of the tools are to

@ -1,11 +1,9 @@
usr/include/tqt3/ntqapp.h
usr/include/tqt3/ntqarray.h
usr/include/tqt3/ntqbitarry.h
usr/include/tqt3/ntqbttngrp.h
usr/include/tqt3/ntqchkbox.h
usr/include/tqt3/ntqclipbrd.h
usr/include/tqt3/ntqcollect.h
usr/include/tqt3/ntqcollection.h
usr/include/tqt3/ntqcombo.h
usr/include/tqt3/ntqconnect.h
usr/include/tqt3/ntqdatetm.h
@ -37,7 +35,6 @@ usr/include/tqt3/ntqprogbar.h
usr/include/tqt3/ntqprogdlg.h
usr/include/tqt3/ntqpsprn.h
usr/include/tqt3/ntqpushbt.h
usr/include/tqt3/ntqqueue.h
usr/include/tqt3/ntqradiobt.h
usr/include/tqt3/ntqrangect.h
usr/include/tqt3/ntqscrbar.h

@ -159,7 +159,6 @@ libqt-thread-stamp: post-patches
# archives get accidentally stripped by make install. Copy over unstripped ones for now.
-cp lib/lib*.a $(TMP_INSTALL)/usr/lib/
cp bin/tqtrename140 $(TMP_INSTALL)/usr/bin/
cp bin/tqtfindtr $(TMP_INSTALL)/usr/bin/
# build tqtconv2ui

@ -1,4 +1,3 @@
usr/bin/tqtrename140
usr/bin/tqm2ts
usr/bin/tqtmergetr
usr/bin/tqtfindtr

@ -246,26 +246,6 @@ A: With qt-3.2.0, Trolltech has introduced a configure option to Qt called
KDE programs. Install your application's system wide configuration file
to /etc/tqt3.
Q: I'm compiling a program and I have a compile error due to a missing
include. Why isn't that include not present in the Debian packages anymore
? It compiled with older versions of Debian packages of Qt !
A: This may be due to two reasons: either the package still uses the old
includes from Qt 1.x or 2.x that got basically renamed by Trolltech due to
the naming convention. The filenames are now all following the scheme
ClassName -> classname.h.
Therefore, if you are the developer of the affected program, change your
sources according to this scheme. Qt ships with tqtrename140, a tool to
help developers migrate their API to the Qt 3 version,
which can help you in the transition upgrade to Qt 3.
If you are affected by this as a packager, notify upstream to fix those
problems and in the meanwhile use libtqt3-compat-headers as a build
dependency which includes the compatibility headers that just include the
right files from the new API again.
Q: I have a question not covered by this FAQ and README file. Who should I
turn to ?

@ -309,7 +309,7 @@ Breaks: tqt3-dev-tools-compat (<< 4:14.0.0~)
Recommends: libtqt3-mt-dev
Depends: ${shlibs:Depends}
Description: Conversion utilities for TQt3 development
This package contains some older TQt tools (namely tqtrename140,
This package contains some older TQt tools (namely
tqm2ts, tqtmergetr, tqtfindtr and msg2tqm). These tools are needed only by
application developers who need to migrate any TQt application written
for TQt 1.x or 2.x over to TQt 3.x. The purpose of the tools are to

@ -1,11 +1,9 @@
usr/include/tqt3/ntqapp.h
usr/include/tqt3/ntqarray.h
usr/include/tqt3/ntqbitarry.h
usr/include/tqt3/ntqbttngrp.h
usr/include/tqt3/ntqchkbox.h
usr/include/tqt3/ntqclipbrd.h
usr/include/tqt3/ntqcollect.h
usr/include/tqt3/ntqcollection.h
usr/include/tqt3/ntqcombo.h
usr/include/tqt3/ntqconnect.h
usr/include/tqt3/ntqdatetm.h
@ -37,7 +35,6 @@ usr/include/tqt3/ntqprogbar.h
usr/include/tqt3/ntqprogdlg.h
usr/include/tqt3/ntqpsprn.h
usr/include/tqt3/ntqpushbt.h
usr/include/tqt3/ntqqueue.h
usr/include/tqt3/ntqradiobt.h
usr/include/tqt3/ntqrangect.h
usr/include/tqt3/ntqscrbar.h

@ -162,7 +162,6 @@ libqt-thread-stamp: post-patches
# archives get accidentally stripped by make install. Copy over unstripped ones for now.
-cp lib/lib*.a $(TMP_INSTALL)/usr/lib/
cp bin/tqtrename140 $(TMP_INSTALL)/usr/bin/
cp bin/tqtfindtr $(TMP_INSTALL)/usr/bin/
# build tqtconv2ui

@ -1,4 +1,3 @@
usr/bin/tqtrename140
usr/bin/tqm2ts
usr/bin/tqtmergetr
usr/bin/tqtfindtr

Loading…
Cancel
Save