From b2af005db21bd8fd068cb79b2ae700953128af2c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 1 Jan 2012 18:29:30 -0600 Subject: [PATCH] Move PerlQt --- {PerlQt => PerlTQt}/INSTALL | 0 {PerlQt => PerlTQt}/MANIFEST | 0 {PerlQt => PerlTQt}/Makefile.PL.in | 0 {PerlQt => PerlTQt}/Qt.pm | 0 {PerlQt => PerlTQt}/Qt.pod | 0 {PerlQt => PerlTQt}/Qt.xs | 0 {PerlQt => PerlTQt}/bin/pqtapi | 0 {PerlQt => PerlTQt}/bin/pqtsh | 0 {PerlQt => PerlTQt}/examples/aclock/AnalogClock.pm | 0 {PerlQt => PerlTQt}/examples/aclock/aclock.pl | 0 {PerlQt => PerlTQt}/examples/buttongroups/ButtonsGroups.pm | 0 {PerlQt => PerlTQt}/examples/buttongroups/buttongroups.pl | 0 {PerlQt => PerlTQt}/examples/dclock/DigitalClock.pm | 0 {PerlQt => PerlTQt}/examples/dclock/dclock.pl | 0 {PerlQt => PerlTQt}/examples/drawdemo/drawdemo.pl | 0 {PerlQt => PerlTQt}/examples/drawlines/drawlines.pl | 0 {PerlQt => PerlTQt}/examples/forever/forever.pl | 0 {PerlQt => PerlTQt}/examples/network/httpd/httpd.pl | 0 {PerlQt => PerlTQt}/examples/opengl/README | 0 {PerlQt => PerlTQt}/examples/opengl/box/GLBox.pm | 0 {PerlQt => PerlTQt}/examples/opengl/box/glbox | 0 {PerlQt => PerlTQt}/examples/opengl/gear/gear | 0 {PerlQt => PerlTQt}/examples/progress/progress.pl | 0 {PerlQt => PerlTQt}/examples/richedit/imageCollection.pm | 0 {PerlQt => PerlTQt}/examples/richedit/richedit.pl | 0 {PerlQt => PerlTQt}/handlers.cpp | 0 {PerlQt => PerlTQt}/lib/Qt/GlobalSpace.pm | 0 {PerlQt => PerlTQt}/lib/Qt/attributes.pm | 0 {PerlQt => PerlTQt}/lib/Qt/constants.pm | 0 {PerlQt => PerlTQt}/lib/Qt/debug.pm | 0 {PerlQt => PerlTQt}/lib/Qt/enumerations.pm | 0 {PerlQt => PerlTQt}/lib/Qt/isa.pm | 0 {PerlQt => PerlTQt}/lib/Qt/properties.pm | 0 {PerlQt => PerlTQt}/lib/Qt/signals.pm | 0 {PerlQt => PerlTQt}/lib/Qt/slots.pm | 0 {PerlQt => PerlTQt}/marshall.h | 0 {PerlQt => PerlTQt}/perlqt.h | 0 {PerlQt => PerlTQt}/smokeperl.cpp | 0 {PerlQt => PerlTQt}/smokeperl.h | 0 {PerlQt => PerlTQt}/t/Foo/SubCodec.pm | 0 {PerlQt => PerlTQt}/t/My/Codec.pm | 0 {PerlQt => PerlTQt}/t/My/SubCodec.pm | 0 {PerlQt => PerlTQt}/t/a_loading.t | 0 {PerlQt => PerlTQt}/t/b_nogui.t | 0 {PerlQt => PerlTQt}/t/c_qapp.t | 0 {PerlQt => PerlTQt}/t/ca_i18n.t | 0 {PerlQt => PerlTQt}/t/d_sigslot.t | 0 {PerlQt => PerlTQt}/t/e_sigslot_inherit.t | 0 {PerlQt => PerlTQt}/t/f_import.t | 0 {PerlQt => PerlTQt}/t/g_gui.t | 0 {PerlQt => PerlTQt}/tutorials/runall.pl | 0 {PerlQt => PerlTQt}/tutorials/t1/t1.pl | 0 {PerlQt => PerlTQt}/tutorials/t10/CannonField.pm | 0 {PerlQt => PerlTQt}/tutorials/t10/LCDRange.pm | 0 {PerlQt => PerlTQt}/tutorials/t10/t10.pl | 0 {PerlQt => PerlTQt}/tutorials/t11/CannonField.pm | 0 {PerlQt => PerlTQt}/tutorials/t11/LCDRange.pm | 0 {PerlQt => PerlTQt}/tutorials/t11/t11.pl | 0 {PerlQt => PerlTQt}/tutorials/t12/CannonField.pm | 0 {PerlQt => PerlTQt}/tutorials/t12/LCDRange.pm | 0 {PerlQt => PerlTQt}/tutorials/t12/t12.pl | 0 {PerlQt => PerlTQt}/tutorials/t13/CannonField.pm | 0 {PerlQt => PerlTQt}/tutorials/t13/GameBoard.pm | 0 {PerlQt => PerlTQt}/tutorials/t13/LCDRange.pm | 0 {PerlQt => PerlTQt}/tutorials/t13/t13.pl | 0 {PerlQt => PerlTQt}/tutorials/t14/CannonField.pm | 0 {PerlQt => PerlTQt}/tutorials/t14/GameBoard.pm | 0 {PerlQt => PerlTQt}/tutorials/t14/LCDRange.pm | 0 {PerlQt => PerlTQt}/tutorials/t14/t14.pl | 0 {PerlQt => PerlTQt}/tutorials/t2/t2.pl | 0 {PerlQt => PerlTQt}/tutorials/t3/t3.pl | 0 {PerlQt => PerlTQt}/tutorials/t4/t4.pl | 0 {PerlQt => PerlTQt}/tutorials/t5/t5.pl | 0 {PerlQt => PerlTQt}/tutorials/t6/t6.pl | 0 {PerlQt => PerlTQt}/tutorials/t7/LCDRange.pm | 0 {PerlQt => PerlTQt}/tutorials/t7/t7.pl | 0 {PerlQt => PerlTQt}/tutorials/t8/CannonField.pm | 0 {PerlQt => PerlTQt}/tutorials/t8/LCDRange.pm | 0 {PerlQt => PerlTQt}/tutorials/t8/t8.pl | 0 {PerlQt => PerlTQt}/tutorials/t9/CannonField.pm | 0 {PerlQt => PerlTQt}/tutorials/t9/LCDRange.pm | 0 {PerlQt => PerlTQt}/tutorials/t9/t9.pl | 0 82 files changed, 0 insertions(+), 0 deletions(-) rename {PerlQt => PerlTQt}/INSTALL (100%) rename {PerlQt => PerlTQt}/MANIFEST (100%) rename {PerlQt => PerlTQt}/Makefile.PL.in (100%) rename {PerlQt => PerlTQt}/Qt.pm (100%) rename {PerlQt => PerlTQt}/Qt.pod (100%) rename {PerlQt => PerlTQt}/Qt.xs (100%) rename {PerlQt => PerlTQt}/bin/pqtapi (100%) rename {PerlQt => PerlTQt}/bin/pqtsh (100%) rename {PerlQt => PerlTQt}/examples/aclock/AnalogClock.pm (100%) rename {PerlQt => PerlTQt}/examples/aclock/aclock.pl (100%) rename {PerlQt => PerlTQt}/examples/buttongroups/ButtonsGroups.pm (100%) rename {PerlQt => PerlTQt}/examples/buttongroups/buttongroups.pl (100%) rename {PerlQt => PerlTQt}/examples/dclock/DigitalClock.pm (100%) rename {PerlQt => PerlTQt}/examples/dclock/dclock.pl (100%) rename {PerlQt => PerlTQt}/examples/drawdemo/drawdemo.pl (100%) rename {PerlQt => PerlTQt}/examples/drawlines/drawlines.pl (100%) rename {PerlQt => PerlTQt}/examples/forever/forever.pl (100%) rename {PerlQt => PerlTQt}/examples/network/httpd/httpd.pl (100%) rename {PerlQt => PerlTQt}/examples/opengl/README (100%) rename {PerlQt => PerlTQt}/examples/opengl/box/GLBox.pm (100%) rename {PerlQt => PerlTQt}/examples/opengl/box/glbox (100%) rename {PerlQt => PerlTQt}/examples/opengl/gear/gear (100%) rename {PerlQt => PerlTQt}/examples/progress/progress.pl (100%) rename {PerlQt => PerlTQt}/examples/richedit/imageCollection.pm (100%) rename {PerlQt => PerlTQt}/examples/richedit/richedit.pl (100%) rename {PerlQt => PerlTQt}/handlers.cpp (100%) rename {PerlQt => PerlTQt}/lib/Qt/GlobalSpace.pm (100%) rename {PerlQt => PerlTQt}/lib/Qt/attributes.pm (100%) rename {PerlQt => PerlTQt}/lib/Qt/constants.pm (100%) rename {PerlQt => PerlTQt}/lib/Qt/debug.pm (100%) rename {PerlQt => PerlTQt}/lib/Qt/enumerations.pm (100%) rename {PerlQt => PerlTQt}/lib/Qt/isa.pm (100%) rename {PerlQt => PerlTQt}/lib/Qt/properties.pm (100%) rename {PerlQt => PerlTQt}/lib/Qt/signals.pm (100%) rename {PerlQt => PerlTQt}/lib/Qt/slots.pm (100%) rename {PerlQt => PerlTQt}/marshall.h (100%) rename {PerlQt => PerlTQt}/perlqt.h (100%) rename {PerlQt => PerlTQt}/smokeperl.cpp (100%) rename {PerlQt => PerlTQt}/smokeperl.h (100%) rename {PerlQt => PerlTQt}/t/Foo/SubCodec.pm (100%) rename {PerlQt => PerlTQt}/t/My/Codec.pm (100%) rename {PerlQt => PerlTQt}/t/My/SubCodec.pm (100%) rename {PerlQt => PerlTQt}/t/a_loading.t (100%) rename {PerlQt => PerlTQt}/t/b_nogui.t (100%) rename {PerlQt => PerlTQt}/t/c_qapp.t (100%) rename {PerlQt => PerlTQt}/t/ca_i18n.t (100%) rename {PerlQt => PerlTQt}/t/d_sigslot.t (100%) rename {PerlQt => PerlTQt}/t/e_sigslot_inherit.t (100%) rename {PerlQt => PerlTQt}/t/f_import.t (100%) rename {PerlQt => PerlTQt}/t/g_gui.t (100%) rename {PerlQt => PerlTQt}/tutorials/runall.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t1/t1.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t10/CannonField.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t10/LCDRange.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t10/t10.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t11/CannonField.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t11/LCDRange.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t11/t11.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t12/CannonField.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t12/LCDRange.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t12/t12.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t13/CannonField.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t13/GameBoard.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t13/LCDRange.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t13/t13.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t14/CannonField.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t14/GameBoard.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t14/LCDRange.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t14/t14.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t2/t2.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t3/t3.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t4/t4.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t5/t5.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t6/t6.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t7/LCDRange.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t7/t7.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t8/CannonField.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t8/LCDRange.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t8/t8.pl (100%) rename {PerlQt => PerlTQt}/tutorials/t9/CannonField.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t9/LCDRange.pm (100%) rename {PerlQt => PerlTQt}/tutorials/t9/t9.pl (100%) diff --git a/PerlQt/INSTALL b/PerlTQt/INSTALL similarity index 100% rename from PerlQt/INSTALL rename to PerlTQt/INSTALL diff --git a/PerlQt/MANIFEST b/PerlTQt/MANIFEST similarity index 100% rename from PerlQt/MANIFEST rename to PerlTQt/MANIFEST diff --git a/PerlQt/Makefile.PL.in b/PerlTQt/Makefile.PL.in similarity index 100% rename from PerlQt/Makefile.PL.in rename to PerlTQt/Makefile.PL.in diff --git a/PerlQt/Qt.pm b/PerlTQt/Qt.pm similarity index 100% rename from PerlQt/Qt.pm rename to PerlTQt/Qt.pm diff --git a/PerlQt/Qt.pod b/PerlTQt/Qt.pod similarity index 100% rename from PerlQt/Qt.pod rename to PerlTQt/Qt.pod diff --git a/PerlQt/Qt.xs b/PerlTQt/Qt.xs similarity index 100% rename from PerlQt/Qt.xs rename to PerlTQt/Qt.xs diff --git a/PerlQt/bin/pqtapi b/PerlTQt/bin/pqtapi similarity index 100% rename from PerlQt/bin/pqtapi rename to PerlTQt/bin/pqtapi diff --git a/PerlQt/bin/pqtsh b/PerlTQt/bin/pqtsh similarity index 100% rename from PerlQt/bin/pqtsh rename to PerlTQt/bin/pqtsh diff --git a/PerlQt/examples/aclock/AnalogClock.pm b/PerlTQt/examples/aclock/AnalogClock.pm similarity index 100% rename from PerlQt/examples/aclock/AnalogClock.pm rename to PerlTQt/examples/aclock/AnalogClock.pm diff --git a/PerlQt/examples/aclock/aclock.pl b/PerlTQt/examples/aclock/aclock.pl similarity index 100% rename from PerlQt/examples/aclock/aclock.pl rename to PerlTQt/examples/aclock/aclock.pl diff --git a/PerlQt/examples/buttongroups/ButtonsGroups.pm b/PerlTQt/examples/buttongroups/ButtonsGroups.pm similarity index 100% rename from PerlQt/examples/buttongroups/ButtonsGroups.pm rename to PerlTQt/examples/buttongroups/ButtonsGroups.pm diff --git a/PerlQt/examples/buttongroups/buttongroups.pl b/PerlTQt/examples/buttongroups/buttongroups.pl similarity index 100% rename from PerlQt/examples/buttongroups/buttongroups.pl rename to PerlTQt/examples/buttongroups/buttongroups.pl diff --git a/PerlQt/examples/dclock/DigitalClock.pm b/PerlTQt/examples/dclock/DigitalClock.pm similarity index 100% rename from PerlQt/examples/dclock/DigitalClock.pm rename to PerlTQt/examples/dclock/DigitalClock.pm diff --git a/PerlQt/examples/dclock/dclock.pl b/PerlTQt/examples/dclock/dclock.pl similarity index 100% rename from PerlQt/examples/dclock/dclock.pl rename to PerlTQt/examples/dclock/dclock.pl diff --git a/PerlQt/examples/drawdemo/drawdemo.pl b/PerlTQt/examples/drawdemo/drawdemo.pl similarity index 100% rename from PerlQt/examples/drawdemo/drawdemo.pl rename to PerlTQt/examples/drawdemo/drawdemo.pl diff --git a/PerlQt/examples/drawlines/drawlines.pl b/PerlTQt/examples/drawlines/drawlines.pl similarity index 100% rename from PerlQt/examples/drawlines/drawlines.pl rename to PerlTQt/examples/drawlines/drawlines.pl diff --git a/PerlQt/examples/forever/forever.pl b/PerlTQt/examples/forever/forever.pl similarity index 100% rename from PerlQt/examples/forever/forever.pl rename to PerlTQt/examples/forever/forever.pl diff --git a/PerlQt/examples/network/httpd/httpd.pl b/PerlTQt/examples/network/httpd/httpd.pl similarity index 100% rename from PerlQt/examples/network/httpd/httpd.pl rename to PerlTQt/examples/network/httpd/httpd.pl diff --git a/PerlQt/examples/opengl/README b/PerlTQt/examples/opengl/README similarity index 100% rename from PerlQt/examples/opengl/README rename to PerlTQt/examples/opengl/README diff --git a/PerlQt/examples/opengl/box/GLBox.pm b/PerlTQt/examples/opengl/box/GLBox.pm similarity index 100% rename from PerlQt/examples/opengl/box/GLBox.pm rename to PerlTQt/examples/opengl/box/GLBox.pm diff --git a/PerlQt/examples/opengl/box/glbox b/PerlTQt/examples/opengl/box/glbox similarity index 100% rename from PerlQt/examples/opengl/box/glbox rename to PerlTQt/examples/opengl/box/glbox diff --git a/PerlQt/examples/opengl/gear/gear b/PerlTQt/examples/opengl/gear/gear similarity index 100% rename from PerlQt/examples/opengl/gear/gear rename to PerlTQt/examples/opengl/gear/gear diff --git a/PerlQt/examples/progress/progress.pl b/PerlTQt/examples/progress/progress.pl similarity index 100% rename from PerlQt/examples/progress/progress.pl rename to PerlTQt/examples/progress/progress.pl diff --git a/PerlQt/examples/richedit/imageCollection.pm b/PerlTQt/examples/richedit/imageCollection.pm similarity index 100% rename from PerlQt/examples/richedit/imageCollection.pm rename to PerlTQt/examples/richedit/imageCollection.pm diff --git a/PerlQt/examples/richedit/richedit.pl b/PerlTQt/examples/richedit/richedit.pl similarity index 100% rename from PerlQt/examples/richedit/richedit.pl rename to PerlTQt/examples/richedit/richedit.pl diff --git a/PerlQt/handlers.cpp b/PerlTQt/handlers.cpp similarity index 100% rename from PerlQt/handlers.cpp rename to PerlTQt/handlers.cpp diff --git a/PerlQt/lib/Qt/GlobalSpace.pm b/PerlTQt/lib/Qt/GlobalSpace.pm similarity index 100% rename from PerlQt/lib/Qt/GlobalSpace.pm rename to PerlTQt/lib/Qt/GlobalSpace.pm diff --git a/PerlQt/lib/Qt/attributes.pm b/PerlTQt/lib/Qt/attributes.pm similarity index 100% rename from PerlQt/lib/Qt/attributes.pm rename to PerlTQt/lib/Qt/attributes.pm diff --git a/PerlQt/lib/Qt/constants.pm b/PerlTQt/lib/Qt/constants.pm similarity index 100% rename from PerlQt/lib/Qt/constants.pm rename to PerlTQt/lib/Qt/constants.pm diff --git a/PerlQt/lib/Qt/debug.pm b/PerlTQt/lib/Qt/debug.pm similarity index 100% rename from PerlQt/lib/Qt/debug.pm rename to PerlTQt/lib/Qt/debug.pm diff --git a/PerlQt/lib/Qt/enumerations.pm b/PerlTQt/lib/Qt/enumerations.pm similarity index 100% rename from PerlQt/lib/Qt/enumerations.pm rename to PerlTQt/lib/Qt/enumerations.pm diff --git a/PerlQt/lib/Qt/isa.pm b/PerlTQt/lib/Qt/isa.pm similarity index 100% rename from PerlQt/lib/Qt/isa.pm rename to PerlTQt/lib/Qt/isa.pm diff --git a/PerlQt/lib/Qt/properties.pm b/PerlTQt/lib/Qt/properties.pm similarity index 100% rename from PerlQt/lib/Qt/properties.pm rename to PerlTQt/lib/Qt/properties.pm diff --git a/PerlQt/lib/Qt/signals.pm b/PerlTQt/lib/Qt/signals.pm similarity index 100% rename from PerlQt/lib/Qt/signals.pm rename to PerlTQt/lib/Qt/signals.pm diff --git a/PerlQt/lib/Qt/slots.pm b/PerlTQt/lib/Qt/slots.pm similarity index 100% rename from PerlQt/lib/Qt/slots.pm rename to PerlTQt/lib/Qt/slots.pm diff --git a/PerlQt/marshall.h b/PerlTQt/marshall.h similarity index 100% rename from PerlQt/marshall.h rename to PerlTQt/marshall.h diff --git a/PerlQt/perlqt.h b/PerlTQt/perlqt.h similarity index 100% rename from PerlQt/perlqt.h rename to PerlTQt/perlqt.h diff --git a/PerlQt/smokeperl.cpp b/PerlTQt/smokeperl.cpp similarity index 100% rename from PerlQt/smokeperl.cpp rename to PerlTQt/smokeperl.cpp diff --git a/PerlQt/smokeperl.h b/PerlTQt/smokeperl.h similarity index 100% rename from PerlQt/smokeperl.h rename to PerlTQt/smokeperl.h diff --git a/PerlQt/t/Foo/SubCodec.pm b/PerlTQt/t/Foo/SubCodec.pm similarity index 100% rename from PerlQt/t/Foo/SubCodec.pm rename to PerlTQt/t/Foo/SubCodec.pm diff --git a/PerlQt/t/My/Codec.pm b/PerlTQt/t/My/Codec.pm similarity index 100% rename from PerlQt/t/My/Codec.pm rename to PerlTQt/t/My/Codec.pm diff --git a/PerlQt/t/My/SubCodec.pm b/PerlTQt/t/My/SubCodec.pm similarity index 100% rename from PerlQt/t/My/SubCodec.pm rename to PerlTQt/t/My/SubCodec.pm diff --git a/PerlQt/t/a_loading.t b/PerlTQt/t/a_loading.t similarity index 100% rename from PerlQt/t/a_loading.t rename to PerlTQt/t/a_loading.t diff --git a/PerlQt/t/b_nogui.t b/PerlTQt/t/b_nogui.t similarity index 100% rename from PerlQt/t/b_nogui.t rename to PerlTQt/t/b_nogui.t diff --git a/PerlQt/t/c_qapp.t b/PerlTQt/t/c_qapp.t similarity index 100% rename from PerlQt/t/c_qapp.t rename to PerlTQt/t/c_qapp.t diff --git a/PerlQt/t/ca_i18n.t b/PerlTQt/t/ca_i18n.t similarity index 100% rename from PerlQt/t/ca_i18n.t rename to PerlTQt/t/ca_i18n.t diff --git a/PerlQt/t/d_sigslot.t b/PerlTQt/t/d_sigslot.t similarity index 100% rename from PerlQt/t/d_sigslot.t rename to PerlTQt/t/d_sigslot.t diff --git a/PerlQt/t/e_sigslot_inherit.t b/PerlTQt/t/e_sigslot_inherit.t similarity index 100% rename from PerlQt/t/e_sigslot_inherit.t rename to PerlTQt/t/e_sigslot_inherit.t diff --git a/PerlQt/t/f_import.t b/PerlTQt/t/f_import.t similarity index 100% rename from PerlQt/t/f_import.t rename to PerlTQt/t/f_import.t diff --git a/PerlQt/t/g_gui.t b/PerlTQt/t/g_gui.t similarity index 100% rename from PerlQt/t/g_gui.t rename to PerlTQt/t/g_gui.t diff --git a/PerlQt/tutorials/runall.pl b/PerlTQt/tutorials/runall.pl similarity index 100% rename from PerlQt/tutorials/runall.pl rename to PerlTQt/tutorials/runall.pl diff --git a/PerlQt/tutorials/t1/t1.pl b/PerlTQt/tutorials/t1/t1.pl similarity index 100% rename from PerlQt/tutorials/t1/t1.pl rename to PerlTQt/tutorials/t1/t1.pl diff --git a/PerlQt/tutorials/t10/CannonField.pm b/PerlTQt/tutorials/t10/CannonField.pm similarity index 100% rename from PerlQt/tutorials/t10/CannonField.pm rename to PerlTQt/tutorials/t10/CannonField.pm diff --git a/PerlQt/tutorials/t10/LCDRange.pm b/PerlTQt/tutorials/t10/LCDRange.pm similarity index 100% rename from PerlQt/tutorials/t10/LCDRange.pm rename to PerlTQt/tutorials/t10/LCDRange.pm diff --git a/PerlQt/tutorials/t10/t10.pl b/PerlTQt/tutorials/t10/t10.pl similarity index 100% rename from PerlQt/tutorials/t10/t10.pl rename to PerlTQt/tutorials/t10/t10.pl diff --git a/PerlQt/tutorials/t11/CannonField.pm b/PerlTQt/tutorials/t11/CannonField.pm similarity index 100% rename from PerlQt/tutorials/t11/CannonField.pm rename to PerlTQt/tutorials/t11/CannonField.pm diff --git a/PerlQt/tutorials/t11/LCDRange.pm b/PerlTQt/tutorials/t11/LCDRange.pm similarity index 100% rename from PerlQt/tutorials/t11/LCDRange.pm rename to PerlTQt/tutorials/t11/LCDRange.pm diff --git a/PerlQt/tutorials/t11/t11.pl b/PerlTQt/tutorials/t11/t11.pl similarity index 100% rename from PerlQt/tutorials/t11/t11.pl rename to PerlTQt/tutorials/t11/t11.pl diff --git a/PerlQt/tutorials/t12/CannonField.pm b/PerlTQt/tutorials/t12/CannonField.pm similarity index 100% rename from PerlQt/tutorials/t12/CannonField.pm rename to PerlTQt/tutorials/t12/CannonField.pm diff --git a/PerlQt/tutorials/t12/LCDRange.pm b/PerlTQt/tutorials/t12/LCDRange.pm similarity index 100% rename from PerlQt/tutorials/t12/LCDRange.pm rename to PerlTQt/tutorials/t12/LCDRange.pm diff --git a/PerlQt/tutorials/t12/t12.pl b/PerlTQt/tutorials/t12/t12.pl similarity index 100% rename from PerlQt/tutorials/t12/t12.pl rename to PerlTQt/tutorials/t12/t12.pl diff --git a/PerlQt/tutorials/t13/CannonField.pm b/PerlTQt/tutorials/t13/CannonField.pm similarity index 100% rename from PerlQt/tutorials/t13/CannonField.pm rename to PerlTQt/tutorials/t13/CannonField.pm diff --git a/PerlQt/tutorials/t13/GameBoard.pm b/PerlTQt/tutorials/t13/GameBoard.pm similarity index 100% rename from PerlQt/tutorials/t13/GameBoard.pm rename to PerlTQt/tutorials/t13/GameBoard.pm diff --git a/PerlQt/tutorials/t13/LCDRange.pm b/PerlTQt/tutorials/t13/LCDRange.pm similarity index 100% rename from PerlQt/tutorials/t13/LCDRange.pm rename to PerlTQt/tutorials/t13/LCDRange.pm diff --git a/PerlQt/tutorials/t13/t13.pl b/PerlTQt/tutorials/t13/t13.pl similarity index 100% rename from PerlQt/tutorials/t13/t13.pl rename to PerlTQt/tutorials/t13/t13.pl diff --git a/PerlQt/tutorials/t14/CannonField.pm b/PerlTQt/tutorials/t14/CannonField.pm similarity index 100% rename from PerlQt/tutorials/t14/CannonField.pm rename to PerlTQt/tutorials/t14/CannonField.pm diff --git a/PerlQt/tutorials/t14/GameBoard.pm b/PerlTQt/tutorials/t14/GameBoard.pm similarity index 100% rename from PerlQt/tutorials/t14/GameBoard.pm rename to PerlTQt/tutorials/t14/GameBoard.pm diff --git a/PerlQt/tutorials/t14/LCDRange.pm b/PerlTQt/tutorials/t14/LCDRange.pm similarity index 100% rename from PerlQt/tutorials/t14/LCDRange.pm rename to PerlTQt/tutorials/t14/LCDRange.pm diff --git a/PerlQt/tutorials/t14/t14.pl b/PerlTQt/tutorials/t14/t14.pl similarity index 100% rename from PerlQt/tutorials/t14/t14.pl rename to PerlTQt/tutorials/t14/t14.pl diff --git a/PerlQt/tutorials/t2/t2.pl b/PerlTQt/tutorials/t2/t2.pl similarity index 100% rename from PerlQt/tutorials/t2/t2.pl rename to PerlTQt/tutorials/t2/t2.pl diff --git a/PerlQt/tutorials/t3/t3.pl b/PerlTQt/tutorials/t3/t3.pl similarity index 100% rename from PerlQt/tutorials/t3/t3.pl rename to PerlTQt/tutorials/t3/t3.pl diff --git a/PerlQt/tutorials/t4/t4.pl b/PerlTQt/tutorials/t4/t4.pl similarity index 100% rename from PerlQt/tutorials/t4/t4.pl rename to PerlTQt/tutorials/t4/t4.pl diff --git a/PerlQt/tutorials/t5/t5.pl b/PerlTQt/tutorials/t5/t5.pl similarity index 100% rename from PerlQt/tutorials/t5/t5.pl rename to PerlTQt/tutorials/t5/t5.pl diff --git a/PerlQt/tutorials/t6/t6.pl b/PerlTQt/tutorials/t6/t6.pl similarity index 100% rename from PerlQt/tutorials/t6/t6.pl rename to PerlTQt/tutorials/t6/t6.pl diff --git a/PerlQt/tutorials/t7/LCDRange.pm b/PerlTQt/tutorials/t7/LCDRange.pm similarity index 100% rename from PerlQt/tutorials/t7/LCDRange.pm rename to PerlTQt/tutorials/t7/LCDRange.pm diff --git a/PerlQt/tutorials/t7/t7.pl b/PerlTQt/tutorials/t7/t7.pl similarity index 100% rename from PerlQt/tutorials/t7/t7.pl rename to PerlTQt/tutorials/t7/t7.pl diff --git a/PerlQt/tutorials/t8/CannonField.pm b/PerlTQt/tutorials/t8/CannonField.pm similarity index 100% rename from PerlQt/tutorials/t8/CannonField.pm rename to PerlTQt/tutorials/t8/CannonField.pm diff --git a/PerlQt/tutorials/t8/LCDRange.pm b/PerlTQt/tutorials/t8/LCDRange.pm similarity index 100% rename from PerlQt/tutorials/t8/LCDRange.pm rename to PerlTQt/tutorials/t8/LCDRange.pm diff --git a/PerlQt/tutorials/t8/t8.pl b/PerlTQt/tutorials/t8/t8.pl similarity index 100% rename from PerlQt/tutorials/t8/t8.pl rename to PerlTQt/tutorials/t8/t8.pl diff --git a/PerlQt/tutorials/t9/CannonField.pm b/PerlTQt/tutorials/t9/CannonField.pm similarity index 100% rename from PerlQt/tutorials/t9/CannonField.pm rename to PerlTQt/tutorials/t9/CannonField.pm diff --git a/PerlQt/tutorials/t9/LCDRange.pm b/PerlTQt/tutorials/t9/LCDRange.pm similarity index 100% rename from PerlQt/tutorials/t9/LCDRange.pm rename to PerlTQt/tutorials/t9/LCDRange.pm diff --git a/PerlQt/tutorials/t9/t9.pl b/PerlTQt/tutorials/t9/t9.pl similarity index 100% rename from PerlQt/tutorials/t9/t9.pl rename to PerlTQt/tutorials/t9/t9.pl