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/knotifydialog.cpp | 4 ++-- kio/kfile/knotifydialog.h | 2 +- kio/kfile/tests/knotifytest.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kio/kfile') diff --git a/kio/kfile/knotifydialog.cpp b/kio/kfile/knotifydialog.cpp index 0b31dc8c0..e9a4c2b6f 100644 --- a/kio/kfile/knotifydialog.cpp +++ b/kio/kfile/knotifydialog.cpp @@ -826,8 +826,8 @@ void KNotifyWidget::save() emit changed( false ); } -// returns e.g. "kwin/eventsrc" from a given path -// "/opt/trinity/share/apps/kwin/eventsrc" +// returns e.g. "twin/eventsrc" from a given path +// "/opt/trinity/share/apps/twin/eventsrc" TQString KNotifyWidget::makeRelative( const TQString& fullPath ) { int slash = fullPath.findRev( '/' ) - 1; diff --git a/kio/kfile/knotifydialog.h b/kio/kfile/knotifydialog.h index 337f4d1be..165df42f4 100644 --- a/kio/kfile/knotifydialog.h +++ b/kio/kfile/knotifydialog.h @@ -107,7 +107,7 @@ public: * KNotifyDialog can handle events for multiple applications (i.e. eventsrc files). * Successive calls with a different @p path will add them. * @param path The absolute or relative path to the eventsrc file to be configured. - * A relative path would be e.g. "kwin/eventsrc". + * A relative path would be e.g. "twin/eventsrc". * @see clearApplicationEvents() */ virtual void addApplicationEvents( const TQString& path ); 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