diff options
Diffstat (limited to 'kate/part/kateprinter.cpp')
-rw-r--r-- | kate/part/kateprinter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kate/part/kateprinter.cpp b/kate/part/kateprinter.cpp index 09debacb6..a4fdd3627 100644 --- a/kate/part/kateprinter.cpp +++ b/kate/part/kateprinter.cpp @@ -57,7 +57,7 @@ //BEGIN KatePrinter bool KatePrinter::print (KateDocument *doc) { -#ifndef Q_WS_WIN //TODO: reenable +#ifndef TQ_WS_WIN //TODO: reenable KPrinter printer; // docname is now always there, including the right Untitled name @@ -626,12 +626,12 @@ bool KatePrinter::print (KateDocument *doc) return true; } -#endif //!Q_WS_WIN +#endif //!TQ_WS_WIN return false; } //END KatePrinter -#ifndef Q_WS_WIN //TODO: reenable +#ifndef TQ_WS_WIN //TODO: reenable //BEGIN KatePrintTextSettings KatePrintTextSettings::KatePrintTextSettings( KPrinter * /*printer*/, TQWidget *parent, const char *name ) : KPrintDialogPage( parent, name ) @@ -1000,4 +1000,4 @@ void KatePrintLayout::setOptions( const TQMap<TQString,TQString>& opts ) //END KatePrintLayout #include "kateprinter.moc" -#endif //!Q_WS_WIN +#endif //!TQ_WS_WIN |