diff options
Diffstat (limited to 'kio/tests/kscantest.cpp')
-rw-r--r-- | kio/tests/kscantest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/kscantest.cpp b/kio/tests/kscantest.cpp index 9bc9d2ebc..347993af8 100644 --- a/kio/tests/kscantest.cpp +++ b/kio/tests/kscantest.cpp @@ -6,7 +6,7 @@ int main( int argc, char **argv ) KApplication app( argc, argv, "kscantest" ); KScanDialog *dlg = KScanDialog::getScanDialog(); if ( !dlg ) { - qDebug("*** EEK, no Scan-service available, aborting!"); + tqDebug("*** EEK, no Scan-service available, aborting!"); return 0; } |