diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:29:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:29:18 -0600 |
commit | cff2df17bfb9f62a02aa18b122d159fdee421338 (patch) | |
tree | 4dba03f57612b5641895e0e87fba10a653241e53 /kget | |
parent | 4b912487a336f6cd282447a805d0ba838b2e5453 (diff) | |
download | tdenetwork-cff2df17bfb9f62a02aa18b122d159fdee421338.tar.gz tdenetwork-cff2df17bfb9f62a02aa18b122d159fdee421338.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kget')
-rw-r--r-- | kget/droptarget.cpp | 2 | ||||
-rw-r--r-- | kget/kmainwidget.cpp | 2 | ||||
-rw-r--r-- | kget/main.cpp | 2 | ||||
-rw-r--r-- | kget/settings.cpp | 2 | ||||
-rw-r--r-- | kget/settings.h | 2 | ||||
-rw-r--r-- | kget/transfer.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/kget/droptarget.cpp b/kget/droptarget.cpp index 5bc91256..78bad0b4 100644 --- a/kget/droptarget.cpp +++ b/kget/droptarget.cpp @@ -32,7 +32,7 @@ #include <kiconloader.h> #include <kglobalsettings.h> #include <kmainwindow.h> -#include <kwin.h> +#include <twin.h> #include <klocale.h> #include <kpopupmenu.h> #include <kurldrag.h> diff --git a/kget/kmainwidget.cpp b/kget/kmainwidget.cpp index aa65437e..ad5fa4a9 100644 --- a/kget/kmainwidget.cpp +++ b/kget/kmainwidget.cpp @@ -58,7 +58,7 @@ #include <kurldrag.h> #include <klocale.h> #include <kglobal.h> -#include <kwin.h> +#include <twin.h> #include <kmessagebox.h> #include <kstdaction.h> #include <khelpmenu.h> diff --git a/kget/main.cpp b/kget/main.cpp index 68f07c60..f1499e06 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -25,7 +25,7 @@ ***************************************************************************/ -#include <kwin.h> +#include <twin.h> #include <klocale.h> #include <kaboutdata.h> #include <kcmdlineargs.h> diff --git a/kget/settings.cpp b/kget/settings.cpp index 4329dfc8..66bc73f6 100644 --- a/kget/settings.cpp +++ b/kget/settings.cpp @@ -28,7 +28,7 @@ #include <kglobal.h> #include <kconfig.h> #include <klocale.h> -#include <kwin.h> +#include <twin.h> #include <kmessagebox.h> #include <kglobalsettings.h> #include <netwm_def.h> diff --git a/kget/settings.h b/kget/settings.h index aeaaba98..2571801d 100644 --- a/kget/settings.h +++ b/kget/settings.h @@ -88,7 +88,7 @@ extern TQString ConnectionDevices[]; #include <tqdatetime.h> -#include <kwin.h> +#include <twin.h> #include <tqvaluelist.h> struct DirItem { diff --git a/kget/transfer.cpp b/kget/transfer.cpp index 22a5b8ad..36ce7887 100644 --- a/kget/transfer.cpp +++ b/kget/transfer.cpp @@ -32,7 +32,7 @@ #include <kaction.h> #include <kiconloader.h> #include <kstandarddirs.h> -#include <kwin.h> +#include <twin.h> #include <kmessagebox.h> #include <assert.h> |