From 5159cd2beb2e87806a5b54e9991b7895285c9d3e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdeio/tests/kscantest.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tdeio/tests/kscantest.cpp (limited to 'tdeio/tests/kscantest.cpp') diff --git a/tdeio/tests/kscantest.cpp b/tdeio/tests/kscantest.cpp new file mode 100644 index 000000000..14abd1b33 --- /dev/null +++ b/tdeio/tests/kscantest.cpp @@ -0,0 +1,16 @@ +#include +#include + +int main( int argc, char **argv ) +{ + TDEApplication app( argc, argv, "kscantest" ); + KScanDialog *dlg = KScanDialog::getScanDialog(); + if ( !dlg ) { + tqDebug("*** EEK, no Scan-service available, aborting!"); + return 0; + } + + dlg->show(); + + return app.exec(); +} -- cgit v1.2.1