summaryrefslogtreecommitdiffstats
path: root/tdeprint/driver.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-20 14:44:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-20 14:44:12 -0600
commit5a97ffdaae6532a39f1ebc1f0594833b1a253585 (patch)
tree5f12e8bc5262ba55122d72ebe74d409b019d351d /tdeprint/driver.cpp
parent880fec09182a500b7e19b5b1c73189040cf3421a (diff)
downloadtdelibs-5a97ffdaae6532a39f1ebc1f0594833b1a253585.tar.gz
tdelibs-5a97ffdaae6532a39f1ebc1f0594833b1a253585.zip
Make compressed PPD loading and usage functional
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)