summaryrefslogtreecommitdiffstats
path: root/kio/kfile/tests
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:28:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:28:49 -0600
commit8cfbfac527b65529ac5d96a6255a251769c36634 (patch)
tree75ce025caa285bdfcab9490de8248faedc185770 /kio/kfile/tests
parent17c857c26eb1254ed0382ed0321c94967826170d (diff)
downloadtdelibs-8cfbfac527b65529ac5d96a6255a251769c36634.tar.gz
tdelibs-8cfbfac527b65529ac5d96a6255a251769c36634.zip
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kio/kfile/tests')
-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();
}