diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
commit | b0cf06e10426777a6509060e34d36874a7900da4 (patch) | |
tree | 84e10718f5febfe7fe1bf3519025f2508adb094d /ksirc/puke/controller.cpp | |
parent | 2175556075a8202321ab0cc59bc89a62cf502b81 (diff) | |
download | tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.tar.gz tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'ksirc/puke/controller.cpp')
-rw-r--r-- | ksirc/puke/controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |