diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-20 14:44:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-20 14:44:12 -0600 |
commit | 5a97ffdaae6532a39f1ebc1f0594833b1a253585 (patch) | |
tree | 5f12e8bc5262ba55122d72ebe74d409b019d351d /tdeprint/driver.cpp | |
parent | 880fec09182a500b7e19b5b1c73189040cf3421a (diff) | |
download | tdelibs-5a97ffdaae6532a39f1ebc1f0594833b1a253585.tar.gz tdelibs-5a97ffdaae6532a39f1ebc1f0594833b1a253585.zip |
Make compressed PPD loading and usage functional
Diffstat (limited to 'tdeprint/driver.cpp')
-rw-r--r-- | tdeprint/driver.cpp | 2 |
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) |