aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/widgets.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake/widgets.pm')
-rw-r--r--Rpmdrake/widgets.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rpmdrake/widgets.pm b/Rpmdrake/widgets.pm
index 78e9ec7e..2c99fd41 100644
--- a/Rpmdrake/widgets.pm
+++ b/Rpmdrake/widgets.pm
@@ -27,8 +27,8 @@ use strict;
use MDK::Common::Func 'any';
use lib qw(/usr/lib/libDrakX);
-use mygtk2 qw(gtknew); #- do not import anything else, especially gtkadd() which conflicts with ugtk2 one
-use ugtk2 qw(:all);
+use mygtk3 qw(gtknew); #- do not import anything else, especially gtkadd() which conflicts with ugtk3 one
+use ugtk3 qw(:all);
use Time::HiRes;
use feature 'state';