diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:14:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:14:28 -0600 |
commit | 14aba6af61a121991ce37d52388e0dfc5464bef0 (patch) | |
tree | f3233cc69f58e6e2e5bb67009686372cf8a55222 | |
parent | cf2a73afcf392e6158f1d8792e3d11138b50650f (diff) | |
download | amarok-14aba6af61a121991ce37d52388e0dfc5464bef0.tar.gz amarok-14aba6af61a121991ce37d52388e0dfc5464bef0.zip |
Rename kwin to twin (part 1 of 2)
-rw-r--r-- | amarok/src/coverfetcher.cpp | 2 | ||||
-rw-r--r-- | amarok/src/covermanager.cpp | 2 | ||||
-rw-r--r-- | amarok/src/deviceconfiguredialog.cpp | 2 | ||||
-rw-r--r-- | amarok/src/equalizersetup.cpp | 2 | ||||
-rw-r--r-- | amarok/src/playerwindow.cpp | 2 | ||||
-rw-r--r-- | amarok/src/playlistwindow.cpp | 4 | ||||
-rw-r--r-- | amarok/src/podcastsettings.cpp | 2 | ||||
-rw-r--r-- | amarok/src/queuemanager.cpp | 2 | ||||
-rw-r--r-- | amarok/src/scriptmanager.cpp | 2 | ||||
-rw-r--r-- | amarok/src/socketserver.cpp | 2 | ||||
-rw-r--r-- | amarok/src/statistics.cpp | 2 | ||||
-rw-r--r-- | po/rw/amarok.po | 4 |
12 files changed, 14 insertions, 14 deletions
diff --git a/amarok/src/coverfetcher.cpp b/amarok/src/coverfetcher.cpp index 4947fd8a..6212e418 100644 --- a/amarok/src/coverfetcher.cpp +++ b/amarok/src/coverfetcher.cpp @@ -31,7 +31,7 @@ #include <kmessagebox.h> #include <kpopupmenu.h> #include <kpushbutton.h> -#include <kwin.h> +#include <twin.h> void diff --git a/amarok/src/covermanager.cpp b/amarok/src/covermanager.cpp index 63804794..1ea6a28d 100644 --- a/amarok/src/covermanager.cpp +++ b/amarok/src/covermanager.cpp @@ -54,7 +54,7 @@ #include <ktoolbarbutton.h> //clear filter button #include <kurl.h> #include <kurldrag.h> -#include <kwin.h> +#include <twin.h> static TQString artistToSelectInInitFunction; CoverManager *CoverManager::s_instance = 0; diff --git a/amarok/src/deviceconfiguredialog.cpp b/amarok/src/deviceconfiguredialog.cpp index 2e38be6d..3a8c18ed 100644 --- a/amarok/src/deviceconfiguredialog.cpp +++ b/amarok/src/deviceconfiguredialog.cpp @@ -30,7 +30,7 @@ #include <kcombobox.h> #include <klocale.h> #include <kpushbutton.h> -#include <kwin.h> +#include <twin.h> DeviceConfigureDialog::DeviceConfigureDialog( const Medium &medium ) : KDialogBase( Amarok::mainWindow(), "deviceconfiguredialog", true, TQString("Select Plugin for " + medium.name()), Ok|Cancel, Ok, false ) diff --git a/amarok/src/equalizersetup.cpp b/amarok/src/equalizersetup.cpp index 56a4bd62..ade7fead 100644 --- a/amarok/src/equalizersetup.cpp +++ b/amarok/src/equalizersetup.cpp @@ -44,7 +44,7 @@ #include <kmessagebox.h> #include <kpopupmenu.h> #include <kstandarddirs.h> //locate() -#include <kwin.h> +#include <twin.h> EqualizerSetup* EqualizerSetup::s_instance = 0; diff --git a/amarok/src/playerwindow.cpp b/amarok/src/playerwindow.cpp index 0e42eff0..63ebd843 100644 --- a/amarok/src/playerwindow.cpp +++ b/amarok/src/playerwindow.cpp @@ -43,7 +43,7 @@ email : markey@web.de #include <kpushbutton.h> #include <kstandarddirs.h> #include <kurldrag.h> -#include <kwin.h> //eventFilter() +#include <twin.h> //eventFilter() #include <kimageeffect.h> diff --git a/amarok/src/playlistwindow.cpp b/amarok/src/playlistwindow.cpp index 8a71fdb0..8f3af869 100644 --- a/amarok/src/playlistwindow.cpp +++ b/amarok/src/playlistwindow.cpp @@ -1098,8 +1098,8 @@ void PlaylistWindow::toolsMenuAboutToShow() //SLOT } -#include <kwin.h> -#include <kwinmodule.h> +#include <twin.h> +#include <twinmodule.h> /** * Show/hide playlist global shortcut and PlayerWindow PlaylistButton connect to this slot * RULES: diff --git a/amarok/src/podcastsettings.cpp b/amarok/src/podcastsettings.cpp index 2d68b0e6..84f8f1f2 100644 --- a/amarok/src/podcastsettings.cpp +++ b/amarok/src/podcastsettings.cpp @@ -12,7 +12,7 @@ #include <kurlrequester.h> #include <klocale.h> #include <kurl.h> -#include <kwin.h> +#include <twin.h> #include <tqcheckbox.h> #include <tqpushbutton.h> diff --git a/amarok/src/queuemanager.cpp b/amarok/src/queuemanager.cpp index cb656662..39510bb8 100644 --- a/amarok/src/queuemanager.cpp +++ b/amarok/src/queuemanager.cpp @@ -24,7 +24,7 @@ #include <klocale.h> #include <kpushbutton.h> #include <kurldrag.h> -#include <kwin.h> +#include <twin.h> #include <tqpainter.h> #include <tqptrlist.h> diff --git a/amarok/src/scriptmanager.cpp b/amarok/src/scriptmanager.cpp index 121ea853..90ae357a 100644 --- a/amarok/src/scriptmanager.cpp +++ b/amarok/src/scriptmanager.cpp @@ -59,7 +59,7 @@ #include <kstandarddirs.h> #include <ktar.h> #include <ktextedit.h> -#include <kwin.h> +#include <twin.h> #include <knewstuff/downloaddialog.h> // knewstuff script fetching #include <knewstuff/engine.h> // " diff --git a/amarok/src/socketserver.cpp b/amarok/src/socketserver.cpp index 8559bbeb..4242a7b8 100644 --- a/amarok/src/socketserver.cpp +++ b/amarok/src/socketserver.cpp @@ -19,7 +19,7 @@ #include <klocale.h> #include <kpopupmenu.h> //Vis::Selector #include <kprocess.h> //Vis::Selector -#include <kwin.h> //Vis::Selector +#include <twin.h> //Vis::Selector #include <kstandarddirs.h> //locateLocal() #include <tqtooltip.h> //Vis::Selector ctor #include "socketserver.h" diff --git a/amarok/src/statistics.cpp b/amarok/src/statistics.cpp index ae48d512..f8b1b6c7 100644 --- a/amarok/src/statistics.cpp +++ b/amarok/src/statistics.cpp @@ -29,7 +29,7 @@ #include <kstringhandler.h> //paintCell #include <ktoolbarbutton.h> //ctor #include <kurldrag.h> //startDrag() -#include <kwin.h> +#include <twin.h> #include <tqcolor.h> #include <tqdatetime.h> diff --git a/po/rw/amarok.po b/po/rw/amarok.po index 66d76d6c..594ea479 100644 --- a/po/rw/amarok.po +++ b/po/rw/amarok.po @@ -2323,7 +2323,7 @@ msgstr "Ikiciro kya FW" #: pluginmanager.cpp:186 #, fuzzy msgid "Plugin Information" -msgstr "Amakuru yo kwinjira" +msgstr "Amakuru yo twinjira" #: scripts/graphequalizer/main.cpp:24 #, fuzzy @@ -9592,7 +9592,7 @@ msgid "" msgstr "" "Kohereza i Izina: Bya buri Gukina Kuri Iheruka . . Sisitemu mu buryo bwikora: " "Kuri Abantu Na: , na . Birenzeho Bigyanye Iheruka . , <A " -"href='http://www.last.fm'> i Ipaji yo kwinjira: </A> . " +"href='http://www.last.fm'> i Ipaji yo twinjira: </A> . " #. i18n: file ./Options8.ui line 93 #: rc.cpp:1620 |