summaryrefslogtreecommitdiffstats
path: root/tdeprint/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/driver.cpp')
-rw-r--r--tdeprint/driver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tdeprint/driver.cpp b/tdeprint/driver.cpp
index 6afc75d0f..92eb7fc84 100644
--- a/tdeprint/driver.cpp
+++ b/tdeprint/driver.cpp
@@ -110,6 +110,8 @@ DrMain::~DrMain()
// remove a possible temporary file
if (has("temporary"))
TQFile::remove(get("temporary"));
+ if (has("temporary-cppd"))
+ TQFile::remove(get("temporary-cppd"));
}
DriverItem* DrMain::createTreeView(TQListView *parent)