summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasgroup.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-25 15:14:40 -0600
committerTimothy Pearson <[email protected]>2011-11-25 15:14:40 -0600
commit0283ebd335acf17eea88905596d131c5c6734b14 (patch)
tree8058b4eb3bb4fb3835fff3672c8f73651eea1a9f /src/kbfxplasmacanvasgroup.cpp
parente68818f8a8c20e8b0a348bf0f1527c8b292d0aec (diff)
downloadkbfx-0283ebd335acf17eea88905596d131c5c6734b14.tar.gz
kbfx-0283ebd335acf17eea88905596d131c5c6734b14.zip
Fix FTBFS
Diffstat (limited to 'src/kbfxplasmacanvasgroup.cpp')
-rw-r--r--src/kbfxplasmacanvasgroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmacanvasgroup.cpp b/src/kbfxplasmacanvasgroup.cpp
index 94e9389..fe48427 100644
--- a/src/kbfxplasmacanvasgroup.cpp
+++ b/src/kbfxplasmacanvasgroup.cpp
@@ -176,7 +176,7 @@ void
KbfxPlasmaCanvasGroup::setGroupName ( TQString name )
{
m_name = name;
- delete [] name;
+// delete [] name;
}
TQString