summaryrefslogtreecommitdiffstats
path: root/ksirc/puke/ptdefiledialog.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/puke/ptdefiledialog.pm')
-rw-r--r--ksirc/puke/ptdefiledialog.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/puke/ptdefiledialog.pm b/ksirc/puke/ptdefiledialog.pm
index d91fedca..1b70fe6a 100644
--- a/ksirc/puke/ptdefiledialog.pm
+++ b/ksirc/puke/ptdefiledialog.pm
@@ -1,7 +1,7 @@
&::PukeSendMessage($PUKE_WIDGET_LOAD,
$::PUKE_CONTROLLER,
- $PWIDGET_KFILEDIALOG,
+ $PWIDGET_TDEFILEDIALOG,
"ptdefiledialog.so",
sub { my %ARG = %{shift()};
if($ARG{'iArg'} == 1){
@@ -20,7 +20,7 @@ sub new {
my $class = shift;
my $self = $class->SUPER::new($class, @_);
- $self->{widgetType} = $::PWIDGET_KFILEDIALOG;
+ $self->{widgetType} = $::PWIDGET_TDEFILEDIALOG;
if($class eq 'PKFileDialog'){
$self->create();