diff options
Diffstat (limited to 'tdeprint/ppdscanner.cpp')
-rw-r--r-- | tdeprint/ppdscanner.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/ppdscanner.cpp b/tdeprint/ppdscanner.cpp index 50611aaa1..12ade574d 100644 --- a/tdeprint/ppdscanner.cpp +++ b/tdeprint/ppdscanner.cpp @@ -560,8 +560,8 @@ TQIODevice *tdeprint_ppdscanner_device = NULL; int tdeprint_ppdscanner_lno = 0; #if 0 -#define QDEBUG0(s) qDebug(s) -#define QDEBUG1(s,a) qDebug(s,a) +#define QDEBUG0(s) tqDebug(s) +#define QDEBUG1(s,a) tqDebug(s,a) #else #define QDEBUG0(s) #define QDEBUG1(s,a) |