diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:42:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 17:32:11 +0900 |
commit | 6839f2be6727e7c79d75881966b9c0c2fe9bfe23 (patch) | |
tree | a950c51d6264834dbbfcd68d72745aa083ee9fe8 /ubuntu/_base/dependencies/tqt3 | |
parent | 3628d075d5bd13f43d32d7ff9dccbcddb8447661 (diff) | |
download | tde-packaging-6839f2be6727e7c79d75881966b9c0c2fe9bfe23.tar.gz tde-packaging-6839f2be6727e7c79d75881966b9c0c2fe9bfe23.zip |
DEB tqt3: switch to tqwidget* files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/dependencies/tqt3')
-rw-r--r-- | ubuntu/_base/dependencies/tqt3/debian/libtqt3-headers.install | 10 | ||||
-rw-r--r-- | ubuntu/_base/dependencies/tqt3/debian/libtqt3-mt-dev.install | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/_base/dependencies/tqt3/debian/libtqt3-headers.install b/ubuntu/_base/dependencies/tqt3/debian/libtqt3-headers.install index 09ad55477..2015cb38f 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/libtqt3-headers.install +++ b/ubuntu/_base/dependencies/tqt3/debian/libtqt3-headers.install @@ -258,11 +258,11 @@ usr/include/tqt3/ntqvfbhdr.h usr/include/tqt3/ntqvgroupbox.h usr/include/tqt3/ntqwaitcondition.h usr/include/tqt3/ntqwhatsthis.h -usr/include/tqt3/ntqwidget.h -usr/include/tqt3/ntqwidgetintdict.h -usr/include/tqt3/ntqwidgetlist.h -usr/include/tqt3/ntqwidgetplugin.h -usr/include/tqt3/ntqwidgetstack.h +usr/include/tqt3/tqwidget.h +usr/include/tqt3/tqwidgetintdict.h +usr/include/tqt3/tqwidgetlist.h +usr/include/tqt3/tqwidgetplugin.h +usr/include/tqt3/tqwidgetstack.h usr/include/tqt3/ntqwindowdefs.h usr/include/tqt3/ntqwindowsstyle.h usr/include/tqt3/ntqwinexport.h diff --git a/ubuntu/_base/dependencies/tqt3/debian/libtqt3-mt-dev.install b/ubuntu/_base/dependencies/tqt3/debian/libtqt3-mt-dev.install index c86cba1b1..9425bb67a 100644 --- a/ubuntu/_base/dependencies/tqt3/debian/libtqt3-mt-dev.install +++ b/ubuntu/_base/dependencies/tqt3/debian/libtqt3-mt-dev.install @@ -8,4 +8,4 @@ usr/include/tqt3/ntqconfig.h usr/include/tqt3/ntqgl.h usr/include/tqt3/ntqglcolormap.h usr/include/tqt3/ntqmodules.h -usr/include/tqt3/ntqwidgetfactory.h +usr/include/tqt3/tqwidgetfactory.h |