summaryrefslogtreecommitdiffstats
path: root/kandy/src/kandy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/kandy.cpp')
-rw-r--r--kandy/src/kandy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kandy/src/kandy.cpp b/kandy/src/kandy.cpp
index d7da32e8..95bf20ac 100644
--- a/kandy/src/kandy.cpp
+++ b/kandy/src/kandy.cpp
@@ -224,7 +224,7 @@ void Kandy::filePrint()
// this slot is called whenever the File->Print menu is selected,
// the Print shortcut is pressed (usually CTRL+P) or the Print toolbar
// button is clicked
- if (!mPrinter) mPrinter = new QPrinter;
+ if (!mPrinter) mPrinter = new TQPrinter;
if (TQPrintDialog::getPrinterSetup(mPrinter))
{
// setup the printer. with Qt, you always "print" to a