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 --- kio/kfile/tests/kdirselectdialogtest.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 kio/kfile/tests/kdirselectdialogtest.cpp (limited to 'kio/kfile/tests/kdirselectdialogtest.cpp') diff --git a/kio/kfile/tests/kdirselectdialogtest.cpp b/kio/kfile/tests/kdirselectdialogtest.cpp deleted file mode 100644 index 3d15c47d0..000000000 --- a/kio/kfile/tests/kdirselectdialogtest.cpp +++ /dev/null @@ -1,17 +0,0 @@ -#include -#include -#include -#include - -int main( int argc, char **argv ) -{ - TDEApplication app(argc, argv, "kdirselectdialogtest"); - - KURL u = KDirSelectDialog::selectDirectory( (argc >= 1) ? argv[1] : TQString::null ); - if ( u.isValid() ) - KMessageBox::information( 0L, - TQString::fromLatin1("You selected the url: %1") - .arg( u.prettyURL() ), "Selected URL" ); - - return 0; -} -- cgit v1.2.1