diff options
author | Timothy Pearson <[email protected]> | 2011-11-25 15:14:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-25 15:14:40 -0600 |
commit | 0283ebd335acf17eea88905596d131c5c6734b14 (patch) | |
tree | 8058b4eb3bb4fb3835fff3672c8f73651eea1a9f /src/kbfxplasmacanvasgroup.cpp | |
parent | e68818f8a8c20e8b0a348bf0f1527c8b292d0aec (diff) | |
download | kbfx-0283ebd335acf17eea88905596d131c5c6734b14.tar.gz kbfx-0283ebd335acf17eea88905596d131c5c6734b14.zip |
Fix FTBFS
Diffstat (limited to 'src/kbfxplasmacanvasgroup.cpp')
-rw-r--r-- | src/kbfxplasmacanvasgroup.cpp | 2 |
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 |