diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-21 19:05:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-21 19:05:36 +0900 |
commit | 02a668531d28ef6eb051b3ed959bd209fbb44101 (patch) | |
tree | 566ead9dac49eb3ef00a4f77b7a7c49f7dad03cd /scripts | |
parent | 881ffcc706ab0670c705d156b7861fdaad59d9cb (diff) | |
download | tdesdk-02a668531d28ef6eb051b3ed959bd209fbb44101.tar.gz tdesdk-02a668531d28ef6eb051b3ed959bd209fbb44101.zip |
Removed some obsolete code related to Qt1.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/fixkdeincludes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/fixkdeincludes b/scripts/fixkdeincludes index c66d915d..cb8fed41 100644 --- a/scripts/fixkdeincludes +++ b/scripts/fixkdeincludes @@ -91,8 +91,6 @@ $hExt = "(h|H|hh|hxx|hpp|h\\+\\+)"; 'qmultilinedit.h' => "qmultilineedit.h", 'qobjcoll.h' => "qobjectlist.h>\n\#include <qobjectdict.h", 'qobjdefs.h' => "qobjectdefs.h", - 'qpaintd.h' => "qpaintdevice.h", - 'qpaintdc.h' => "qpaintdevicedefs.h", 'qpdevmet.h' => "qpaintdevicemetrics.h", 'qpmcache.h' => "qpixmapcache.h", 'qpntarry.h' => "qpointarray.h", |