From b0cf06e10426777a6509060e34d36874a7900da4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:32:23 -0600 Subject: Rename a few build variables for overall consistency --- ksirc/puke/commands-perl.pl | 6 +++--- ksirc/puke/commands.h | 2 +- ksirc/puke/controller.cpp | 2 +- ksirc/puke/ptdefiledialog-cmd.h | 4 ++-- ksirc/puke/ptdefiledialog.h | 4 ++-- ksirc/puke/ptdefiledialog.pm | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'ksirc') diff --git a/ksirc/puke/commands-perl.pl b/ksirc/puke/commands-perl.pl index 1499daa9..7b582d7f 100644 --- a/ksirc/puke/commands-perl.pl +++ b/ksirc/puke/commands-perl.pl @@ -526,9 +526,9 @@ $PUKE_NUM2NAME{'15'} = 'PWIDGET_KSIRCLISTBOX'; $PWIDGET_TABDIALOG = 16; $PUKE_NAME2NUM{'PWIDGET_TABDIALOG'} = 16; $PUKE_NUM2NAME{'16'} = 'PWIDGET_TABDIALOG'; -$PWIDGET_KFILEDIALOG = 17; -$PUKE_NAME2NUM{'PWIDGET_KFILEDIALOG'} = 17; -$PUKE_NUM2NAME{'17'} = 'PWIDGET_KFILEDIALOG'; +$PWIDGET_TDEFILEDIALOG = 17; +$PUKE_NAME2NUM{'PWIDGET_TDEFILEDIALOG'} = 17; +$PUKE_NUM2NAME{'17'} = 'PWIDGET_TDEFILEDIALOG'; $PWIDGET_OBJFINDER = 18; $PUKE_NAME2NUM{'PWIDGET_OBJFINDER'} = 18; $PUKE_NUM2NAME{'18'} = 'PWIDGET_OBJFINDER'; diff --git a/ksirc/puke/commands.h b/ksirc/puke/commands.h index ead9fb07..cc1b2578 100644 --- a/ksirc/puke/commands.h +++ b/ksirc/puke/commands.h @@ -986,7 +986,7 @@ // PKFileDialog -#define PWIDGET_KFILEDIALOG 17 +#define PWIDGET_TDEFILEDIALOG 17 // PObjFinder diff --git a/ksirc/puke/controller.cpp b/ksirc/puke/controller.cpp index 7d5e85e3..bbcf6de6 100644 --- a/ksirc/puke/controller.cpp +++ b/ksirc/puke/controller.cpp @@ -455,7 +455,7 @@ void PukeController::initHdlr() wc = new widgetCreate; wc->wc = PKFileDialog::createWidget; - widgetCF.insert(PWIDGET_KFILEDIALOG, wc); + widgetCF.insert(PWIDGET_TDEFILEDIALOG, wc); wc = new widgetCreate; wc->wc = PObjFinder::createWidget; diff --git a/ksirc/puke/ptdefiledialog-cmd.h b/ksirc/puke/ptdefiledialog-cmd.h index 6aebd59e..610b2aea 100644 --- a/ksirc/puke/ptdefiledialog-cmd.h +++ b/ksirc/puke/ptdefiledialog-cmd.h @@ -1,5 +1,5 @@ -#ifndef PKFILEDIALOG_CMD_H -#define PKFILEDIALOG_CMD_H +#ifndef PTDEFILEDIALOG_CMD_H +#define PTDEFILEDIALOG_CMD_H /* * We get 2200 diff --git a/ksirc/puke/ptdefiledialog.h b/ksirc/puke/ptdefiledialog.h index cdf940a8..7b8ebd2e 100644 --- a/ksirc/puke/ptdefiledialog.h +++ b/ksirc/puke/ptdefiledialog.h @@ -1,5 +1,5 @@ -#ifndef PKFILEDIALOG_H -#define PKFILEDIALOG_H +#ifndef PTDEFILEDIALOG_H +#define PTDEFILEDIALOG_H class PKFileDialog; 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(); -- cgit v1.2.1