diff options
Diffstat (limited to 'kandy/src/kandy.cpp')
-rw-r--r-- | kandy/src/kandy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kandy/src/kandy.cpp b/kandy/src/kandy.cpp index d7da32e86..95bf20ac6 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 |