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 347993af8..14abd1b33 100644 --- a/kio/tests/kscantest.cpp +++ b/kio/tests/kscantest.cpp @@ -3,7 +3,7 @@ int main( int argc, char **argv ) { - KApplication app( argc, argv, "kscantest" ); + TDEApplication app( argc, argv, "kscantest" ); KScanDialog *dlg = KScanDialog::getScanDialog(); if ( !dlg ) { tqDebug("*** EEK, no Scan-service available, aborting!"); |