aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Perl/Zinc/Graphics.pm2
-rw-r--r--Perl/demos/Tk/demos/zinc_lib/MagicLens.pl2
-rw-r--r--Perl/demos/Tk/demos/zinc_lib/testGraphics.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/Perl/Zinc/Graphics.pm b/Perl/Zinc/Graphics.pm
index 22af410..1557ec6 100644
--- a/Perl/Zinc/Graphics.pm
+++ b/Perl/Zinc/Graphics.pm
@@ -42,7 +42,7 @@
#
# $Id:
#-----------------------------------------------------------------------------------
-package Zinc::Graphics;
+package Tk::Zinc::Graphics;
require Exporter;
@ISA = qw(Exporter);
diff --git a/Perl/demos/Tk/demos/zinc_lib/MagicLens.pl b/Perl/demos/Tk/demos/zinc_lib/MagicLens.pl
index 181b647..92df171 100644
--- a/Perl/demos/Tk/demos/zinc_lib/MagicLens.pl
+++ b/Perl/demos/Tk/demos/zinc_lib/MagicLens.pl
@@ -16,7 +16,7 @@
use Tk;
use Tk::Zinc;
-use Zinc::Graphics;
+use Tk::Zinc::Graphics;
use Getopt::Long;
use strict 'vars';
diff --git a/Perl/demos/Tk/demos/zinc_lib/testGraphics.pl b/Perl/demos/Tk/demos/zinc_lib/testGraphics.pl
index 55a5516..992326b 100644
--- a/Perl/demos/Tk/demos/zinc_lib/testGraphics.pl
+++ b/Perl/demos/Tk/demos/zinc_lib/testGraphics.pl
@@ -11,7 +11,7 @@
use Tk;
use Tk::Zinc;
-use Zinc::Graphics;
+use Tk::Zinc::Graphics;
use Getopt::Long;
use strict 'vars';