summaryrefslogtreecommitdiffstats
path: root/kcalc/kcalc.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 21:00:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 21:00:02 -0600
commite6b6046f50ea600fc78e00071e2a79e3c8c08ccd (patch)
tree8bf4bce71f5d8bbda0f26526c5ee16e6c7c33d86 /kcalc/kcalc.cpp
parentbd11bce76f195adf4f3806cef8cf2e0737c99ff2 (diff)
downloadtdeutils-e6b6046f50ea600fc78e00071e2a79e3c8c08ccd.tar.gz
tdeutils-e6b6046f50ea600fc78e00071e2a79e3c8c08ccd.zip
Rename kdisplay for enhanced compatibility with KDE4
Diffstat (limited to 'kcalc/kcalc.cpp')
-rw-r--r--kcalc/kcalc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc.cpp b/kcalc/kcalc.cpp
index 63d8e81..7dacb16 100644
--- a/kcalc/kcalc.cpp
+++ b/kcalc/kcalc.cpp
@@ -89,7 +89,7 @@ KCalculator::KCalculator(TQWidget *parent, const char *name)
TDEAcceleratorManager::setNoAccel( central );
// Detect color change
- connect(kapp,TQT_SIGNAL(kdisplayPaletteChanged()), TQT_SLOT(set_colors()));
+ connect(kapp,TQT_SIGNAL(tdedisplayPaletteChanged()), TQT_SLOT(set_colors()));
calc_display = new DispLogic(central, "display", actionCollection());