From 8cfbfac527b65529ac5d96a6255a251769c36634 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 20:28:49 -0600 Subject: Rename kwin to twin (part 1 of 2) --- kio/kfile/tests/knotifytest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/kfile/tests/knotifytest.cpp') 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(); } -- cgit v1.2.1