diff options
Diffstat (limited to 'kio/kfile/tests/knotifytest.cpp')
-rw-r--r-- | kio/kfile/tests/knotifytest.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kio/kfile/tests/knotifytest.cpp b/kio/kfile/tests/knotifytest.cpp deleted file mode 100644 index 0493b59b4..000000000 --- a/kio/kfile/tests/knotifytest.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include <kapplication.h> -#include <knotifydialog.h> - -int main( int argc, char **argv ) -{ - TDEApplication app( argc, argv, "knotifytest" ); - KNotifyDialog *dlg = new KNotifyDialog(); - dlg->addApplicationEvents( "twin" ); - return dlg->exec(); -} |