summaryrefslogtreecommitdiffstats
path: root/tdeprint/kmmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kmmanager.cpp')
-rw-r--r--tdeprint/kmmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kmmanager.cpp b/tdeprint/kmmanager.cpp
index e995f86af..3316244de 100644
--- a/tdeprint/kmmanager.cpp
+++ b/tdeprint/kmmanager.cpp
@@ -253,7 +253,7 @@ TQPtrList<KMPrinter>* KMManager::printerList(bool reload)
// remove discarded printers
for (uint i=0; i<m_printers.count(); i++)
{
- KMPrinter *prt = m_printers.tqat(i);
+ KMPrinter *prt = m_printers.at(i);
if (prt->isDiscarded())
{
m_printers.remove(i);