diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:32:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:32:23 -0600 |
commit | b0cf06e10426777a6509060e34d36874a7900da4 (patch) | |
tree | 84e10718f5febfe7fe1bf3519025f2508adb094d /ksirc/puke/ptdefiledialog.pm | |
parent | 2175556075a8202321ab0cc59bc89a62cf502b81 (diff) | |
download | tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.tar.gz tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'ksirc/puke/ptdefiledialog.pm')
-rw-r--r-- | ksirc/puke/ptdefiledialog.pm | 4 |
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(); |