diff options
Diffstat (limited to 'kio/kfile/tests/kicondialogtest.cpp')
-rw-r--r-- | kio/kfile/tests/kicondialogtest.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/kio/kfile/tests/kicondialogtest.cpp b/kio/kfile/tests/kicondialogtest.cpp deleted file mode 100644 index b2c56e159..000000000 --- a/kio/kfile/tests/kicondialogtest.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include <kapplication.h> -#include <kicondialog.h> - -int main( int argc, char **argv ) -{ - TDEApplication app( argc, argv, "kicondialogtest" ); - -// KIconDialog::getIcon(); - - KIconButton button; - app.setMainWidget( &button ); - button.show(); - - - return app.exec(); -} - -/* vim: et sw=4 - */ |