summaryrefslogtreecommitdiffstats
path: root/kio/kfile/tests/knotifytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kfile/tests/knotifytest.cpp')
-rw-r--r--kio/kfile/tests/knotifytest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/tests/knotifytest.cpp b/kio/kfile/tests/knotifytest.cpp
index e27893589..f6e93fa99 100644
--- a/kio/kfile/tests/knotifytest.cpp
+++ b/kio/kfile/tests/knotifytest.cpp
@@ -5,6 +5,6 @@ int main( int argc, char **argv )
{
KApplication app( argc, argv, "knotifytest" );
KNotifyDialog *dlg = new KNotifyDialog();
- dlg->addApplicationEvents( "kwin" );
+ dlg->addApplicationEvents( "twin" );
return dlg->exec();
}