summaryrefslogtreecommitdiffstats
path: root/kio
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
parent17c857c26eb1254ed0382ed0321c94967826170d (diff)
downloadtdelibs-8cfbfac527b65529ac5d96a6255a251769c36634.tar.gz
tdelibs-8cfbfac527b65529ac5d96a6255a251769c36634.zip
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kio')
-rw-r--r--kio/kfile/knotifydialog.cpp4
-rw-r--r--kio/kfile/knotifydialog.h2
-rw-r--r--kio/kfile/tests/knotifytest.cpp2
-rw-r--r--kio/kio/defaultprogress.cpp2
-rw-r--r--kio/kio/krun.cpp2
-rw-r--r--kio/kio/renamedlg.cpp2
-rw-r--r--kio/kio/skipdlg.cpp2
-rw-r--r--kio/misc/kwalletd/kwalletd.cpp2
-rw-r--r--kio/misc/uiserver.cpp2
9 files changed, 10 insertions, 10 deletions
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();
}
diff --git a/kio/kio/defaultprogress.cpp b/kio/kio/defaultprogress.cpp
index fea74a037..76a88bccf 100644
--- a/kio/kio/defaultprogress.cpp
+++ b/kio/kio/defaultprogress.cpp
@@ -36,7 +36,7 @@
#include <klineedit.h>
#ifdef Q_WS_X11
-#include <kwin.h>
+#include <twin.h>
#endif
#include "jobclasses.h"
diff --git a/kio/kio/krun.cpp b/kio/kio/krun.cpp
index 43bdb9f50..2f488bc70 100644
--- a/kio/kio/krun.cpp
+++ b/kio/kio/krun.cpp
@@ -62,7 +62,7 @@
#include <kstringhandler.h>
#ifdef Q_WS_X11
-#include <kwin.h>
+#include <twin.h>
#endif
class KRun::KRunPrivate
diff --git a/kio/kio/renamedlg.cpp b/kio/kio/renamedlg.cpp
index 8f1b2d087..bc9e3b96d 100644
--- a/kio/kio/renamedlg.cpp
+++ b/kio/kio/renamedlg.cpp
@@ -49,7 +49,7 @@
#include <ksqueezedtextlabel.h>
#ifdef Q_WS_X11
-#include <kwin.h>
+#include <twin.h>
#endif
using namespace KIO;
diff --git a/kio/kio/skipdlg.cpp b/kio/kio/skipdlg.cpp
index fabc6f841..ceb48b550 100644
--- a/kio/kio/skipdlg.cpp
+++ b/kio/kio/skipdlg.cpp
@@ -33,7 +33,7 @@
#include <kstdguiitem.h>
#ifdef Q_WS_X11
-#include <kwin.h>
+#include <twin.h>
#endif
using namespace KIO;
diff --git a/kio/misc/kwalletd/kwalletd.cpp b/kio/misc/kwalletd/kwalletd.cpp
index 0513305bd..3815277c5 100644
--- a/kio/misc/kwalletd/kwalletd.cpp
+++ b/kio/misc/kwalletd/kwalletd.cpp
@@ -38,7 +38,7 @@
#include <kpassdlg.h>
#include <kstandarddirs.h>
#include <kwalletentry.h>
-#include <kwin.h>
+#include <twin.h>
#include <tqdir.h>
#include <tqlabel.h>
diff --git a/kio/misc/uiserver.cpp b/kio/misc/uiserver.cpp
index 55da183ee..3dd862b54 100644
--- a/kio/misc/uiserver.cpp
+++ b/kio/misc/uiserver.cpp
@@ -38,7 +38,7 @@
#include <kdebug.h>
#include <kmessagebox.h>
#include <tdesu/client.h>
-#include <kwin.h>
+#include <twin.h>
#include <kdialog.h>
#include <ksystemtray.h>
#include <kpopupmenu.h>