Rename many classes and header files to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 45abbbb9b9
commit 13ea8e1fd7

@ -97,7 +97,7 @@ tde_add_library( amarok SHARED AUTOMOC
scrobbler.cpp sliderwidget.cpp smartplaylisteditor.cpp socketserver.cpp
starmanager.cpp statistics.cpp systray.cpp tagdialog.cpp tagdialogbase.ui
tagguesser.cpp tagguesserconfigdialog.ui threadmanager.cpp tooltip.cpp
trackpickerdialog.cpp trackpickerdialogbase.ui tracktooltip.cpp
trackpickerdialog.cpp trackpickerdialogbase.ui tractdetooltip.cpp
transferdialog.cpp xmlloader.cpp xspfplaylist.cpp editfilterdialog.cpp
VERSION 0.0.0
EMBED

@ -145,7 +145,7 @@ libamarok_la_SOURCES = \
tooltip.cpp \
trackpickerdialog.cpp \
trackpickerdialogbase.ui \
tracktooltip.cpp \
tractdetooltip.cpp \
transferdialog.cpp \
xmlloader.cpp \
xspfplaylist.cpp \

@ -757,9 +757,9 @@
</functions>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kfontrequester.h</includehint>
<includehint>kfontrequester.h</includehint>
<includehint>kfontrequester.h</includehint>
<includehint>tdefontrequester.h</includehint>
<includehint>tdefontrequester.h</includehint>
<includehint>tdefontrequester.h</includehint>
<includehint>kcolorbutton.h</includehint>
<includehint>kcolorbutton.h</includehint>
<includehint>kcolorbutton.h</includehint>

@ -21,13 +21,13 @@
#include <tqpixmap.h>
#include <tqtooltip.h>
#include <kaction.h>
#include <tdeaction.h>
#include <khelpmenu.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <ktoolbar.h>
#include <ktoolbarbutton.h>
#include <tdetoolbar.h>
#include <tdetoolbarbutton.h>
#include <kurl.h>
extern TDEAboutData aboutData;

@ -11,8 +11,8 @@
#include "prettypopupmenu.h"
#include "sliderwidget.h"
#include <kaction.h>
#include <kactionclasses.h>
#include <tdeaction.h>
#include <tdeactionclasses.h>
#include <tqguardedptr.h>
class TDEActionCollection;

@ -46,7 +46,7 @@
#include <tqfile.h>
#include <dcopclient.h>
#include <kactioncollection.h>
#include <tdeactioncollection.h>
#include <kstartupinfo.h>

@ -17,7 +17,7 @@
#include <kglobalsettings.h> //paletteChange()
#include <kiconloader.h> //mousePressEvent
#include <klocale.h> //mousePressEvent
#include <kpopupmenu.h> //mousePressEvent
#include <tdepopupmenu.h> //mousePressEvent
#include <tqevent.h> //mousePressEvent
#include <tqpainter.h> //paletteChange()

@ -47,7 +47,7 @@ email : markey@web.de
#include "statusbar.h"
#include "systray.h"
#include "threadmanager.h"
#include "tracktooltip.h" //engineNewMetaData()
#include "tractdetooltip.h" //engineNewMetaData()
#include <iostream>
@ -427,8 +427,8 @@ void App::initCliArgs( int argc, char *argv[] ) //static
}
#include <kaction.h>
#include <kshortcutlist.h>
#include <tdeaction.h>
#include <tdeshortcutlist.h>
void App::initGlobalShortcuts()
{
EngineController* const ec = EngineController::instance();
@ -481,7 +481,7 @@ void App::initGlobalShortcuts()
m_pGlobalAccel->readSettings( kapp->config() );
m_pGlobalAccel->updateConnections();
//TODO fix kde accel system so that kactions find appropriate global shortcuts
//TODO fix kde accel system so that tdeactions find appropriate global shortcuts
// and there is only one configure shortcuts dialog
TDEActionCollection* const ac = Amarok::actionCollection();

@ -11,7 +11,7 @@
#ifndef BROWSER_TOOLBAR_H
#define BROWSER_TOOLBAR_H
#include <ktoolbar.h>
#include <tdetoolbar.h>
namespace Browser
{

@ -52,7 +52,7 @@
#include <tqheader.h>
#include <tqregexp.h>
#include <kactioncollection.h>
#include <tdeactioncollection.h>
#include <kapplication.h> //kapp
#include <tdeconfig.h>
#include <kcombobox.h>
@ -62,8 +62,8 @@
#include <kiconloader.h> //renderView()
#include <klocale.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <ktoolbarbutton.h> //ctor
#include <tdepopupmenu.h>
#include <tdetoolbarbutton.h> //ctor
#include <kurldrag.h> //dragObject()
#include <tdeio/job.h>
#include <kpushbutton.h>
@ -4374,7 +4374,7 @@ CollectionItem::paintCell ( TQPainter * painter, const TQColorGroup & cg,
#if KDE_IS_VERSION( 3, 3, 91 )
if( listView()->shadeSortColumn() && !isSelected() && listView()->columnSorted() == column )
{
/* from klistview.cpp
/* from tdelistview.cpp
Copyright (C) 2000 Reginald Stadlbauer <reggie@kde.org>
Copyright (C) 2000,2003 Charles Samuels <charles@kde.org>
Copyright (C) 2000 Peter Putzer */

@ -11,7 +11,7 @@
#include <tqvaluelist.h> //stack allocated
#include <tqvbox.h> //baseclass
#include <klistview.h> //baseclass
#include <tdelistview.h> //baseclass
#include <tqstringlist.h> //stack allocated
#include <kurl.h> //stack allocated
#include <kdialogbase.h> //baseclass

@ -23,7 +23,7 @@
#include <tqpainter.h>
#include <tqtooltip.h>
#include <tqvbox.h>
#include <klistview.h>
#include <tdelistview.h>
#include <kpushbutton.h>
#include "amarokconfig.h"
#include "metabundle.h"

@ -52,7 +52,7 @@
#include <tqtimer.h>
#include <tqtooltip.h>
#include <kaction.h>
#include <tdeaction.h>
#include <kapplication.h> //kapp
#include <kcalendarsystem.h> // for Amarok::verboseTimeSince()
#include <tdeconfig.h> // suggested/related/favorite box visibility
@ -64,10 +64,10 @@
#include <tdeio/jobclasses.h>
#include <kmdcodec.h> // for data: URLs
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kstandarddirs.h>
#include <ktextedit.h>
#include <ktoolbarbutton.h>
#include <tdetoolbarbutton.h>
#include <unistd.h> //usleep()

@ -13,7 +13,7 @@
#include "engineobserver.h"
#include <ktabwidget.h>
#include <ktoolbarbutton.h>
#include <tdetoolbarbutton.h>
#include <kurl.h>
class ClickLineEdit;

@ -29,7 +29,7 @@
#include <klineedit.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kpushbutton.h>
#include <twin.h>

@ -39,19 +39,19 @@
#include <kcursor.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <klistview.h>
#include <tdelistview.h>
#include <klocale.h>
#include <kmessagebox.h> //showCoverMenu()
#include <tdemultipledrag.h>
#include <tdeio/netaccess.h>
#include <kpopupmenu.h> //showCoverMenu()
#include <tdepopupmenu.h> //showCoverMenu()
#include <kprogress.h>
#include <kpushbutton.h>
#include <ksqueezedtextlabel.h> //status label
#include <kstatusbar.h>
#include <kstringhandler.h> //paintItem
#include <ktoolbar.h>
#include <ktoolbarbutton.h> //clear filter button
#include <tdetoolbar.h>
#include <tdetoolbarbutton.h> //clear filter button
#include <kurl.h>
#include <kurldrag.h>
#include <twin.h>

@ -130,6 +130,6 @@
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klistbox.h</includehint>
<includehint>tdelistbox.h</includehint>
</includehints>
</UI>

@ -18,7 +18,7 @@
#include <klocale.h>
#include <kpushbutton.h>
#include <kmessagebox.h>
#include <ktoolbarbutton.h>
#include <tdetoolbarbutton.h>
#include "amarokcore/amarokconfig.h"
#include "collectiondb.h"

@ -25,7 +25,7 @@
#ifndef HOSTLIST_H
#define HOSTLIST_H
#include <klistview.h>
#include <tdelistview.h>
class HostListItem;

@ -25,7 +25,7 @@
#ifndef HOSTLISTITEM_H
#define HOSTLISTITEM_H
#include <klistview.h>
#include <tdelistview.h>
#include <tqpixmap.h>
class HostListItem : public TDEListViewItem {

@ -27,7 +27,7 @@
#include <kapplication.h>
#include <kinputdialog.h>
#include <klistview.h>
#include <tdelistview.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kstandarddirs.h> //locate()

@ -42,7 +42,7 @@
#include <kinputdialog.h> //presets
#include <klocale.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kstandarddirs.h> //locate()
#include <twin.h>

@ -28,17 +28,17 @@
#include "filebrowser.h"
#include "k3bexporter.h"
#include <kaction.h>
#include <tdeaction.h>
#include <kapplication.h>
#include "kbookmarkhandler.h"
#include <kdiroperator.h>
#include <kiconloader.h>
#include <tdeio/netaccess.h>
#include <klistview.h>
#include <tdelistview.h>
#include <klocale.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kpushbutton.h> ///@see SearchPane
#include <ktoolbarbutton.h> ///@see ctor
#include <tdetoolbarbutton.h> ///@see ctor
#include <kurlcombobox.h>
#include <kurlcompletion.h>

@ -26,7 +26,7 @@
#include <tqvbox.h> //baseclass
#include <kdiroperator.h> //some inline functions
#include <ktoolbar.h> //baseclass
#include <tdetoolbar.h> //baseclass
#include <kurl.h> //stack allocated
class ClickLineEdit;

@ -15,10 +15,10 @@
#include <tqimage.h> // External CSS opening
#include <kapplication.h> //kapp
#include <kactioncollection.h>
#include <tdeactioncollection.h>
#include <kglobal.h> //kapp
#include <kimageeffect.h> // gradient background image
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kstandarddirs.h> //locate file
#include <ktempfile.h>

@ -37,7 +37,7 @@
#include <kiconloader.h>
#include <tqdatetime.h>
#include <tqfileinfo.h>
#include <ktoolbar.h>
#include <tdetoolbar.h>
#include <kapplication.h>
#include <tqslider.h>
#include <kdebug.h>

@ -780,11 +780,11 @@ void KTRMLookup::lookupResult( TDEIO::Job* job )
TQDomElement release = releaseNode.toElement();
tmpResult.d->album = release.namedItem( "title" ).toElement().text();
TQDomNode tracklistN = release.namedItem( "track-list" );
if ( !tracklistN.isNull() ) {
TQDomElement tracklist = tracklistN.toElement();
if ( !tracklist.attribute( "offset" ).isEmpty() )
tmpResult.d->track = tracklist.attribute( "offset" ).toInt() + 1;
TQDomNode tractdelistN = release.namedItem( "track-list" );
if ( !tractdelistN.isNull() ) {
TQDomElement tractdelist = tractdelistN.toElement();
if ( !tractdelist.attribute( "offset" ).isEmpty() )
tmpResult.d->track = tractdelist.attribute( "offset" ).toInt() + 1;
}
//tmpResult.d->year = ???;
tmpResult.d->relevance =

@ -30,14 +30,14 @@
#include <tqlabel.h>
#include <tqregexp.h>
#include <kaction.h>
#include <tdeaction.h>
#include <klineedit.h>
#include <kmdcodec.h> //md5sum
#include <kmessagebox.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <kprotocolmanager.h>
#include <kshortcut.h>
#include <tdeshortcut.h>
#include <kurl.h>
#include <time.h>

@ -22,7 +22,7 @@
#include "magnatunelistviewitems.h"
#include <klistview.h>
#include <tdelistview.h>
#include <kurldrag.h>
/**

@ -24,7 +24,7 @@
#include "magnatunedatabasehandler.h"
#include "magnatunetypes.h"
#include <klistview.h>
#include <tdelistview.h>
/**
A specialized TDEListViewItem that encapsulates a MagnatuneArtist

@ -21,7 +21,7 @@
#include "magnatuneredownloaddialog.h"
#include <tqpushbutton.h>
#include <klistview.h>
#include <tdelistview.h>
MagnatuneRedownloadDialog::MagnatuneRedownloadDialog(TQWidget* parent, const char* name, bool modal, WFlags fl)
: magnatuneReDownloadDialogBase(parent,name, modal,fl)

@ -104,6 +104,6 @@
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klistview.h</includehint>
<includehint>tdelistview.h</includehint>
</includehints>
</UI>

@ -68,7 +68,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <tdemultipledrag.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kprocess.h>
#include <kprogress.h>
#include <kpushbutton.h>
@ -76,9 +76,9 @@
#include <kstandarddirs.h> //locate file
#include <ktabbar.h>
#include <ktempfile.h>
#include <ktoolbarbutton.h> //ctor
#include <tdetoolbarbutton.h> //ctor
#include <kurldrag.h> //dragObject()
#include <kactioncollection.h>
#include <tdeactioncollection.h>
MediaBrowser *MediaBrowser::s_instance = 0;

@ -19,7 +19,7 @@
#include <tqvbox.h> //baseclass
#include <tqdatetime.h>
#include <klistview.h> //baseclass
#include <tdelistview.h> //baseclass
#include <kurl.h> //stack allocated
#include <tdeio/global.h> //filesize_t
#include "scrobbler.h" //SubmitItem
@ -592,7 +592,7 @@ class LIBAMAROK_EXPORT MediaDevice : public TQObject, public Amarok::Plugin
virtual void copyTrackFromDevice(MediaItem *item);
/**
* Recursively remove MediaItem from the tracklist and the device
* Recursively remove MediaItem from the tractdelist and the device
* @param item MediaItem to remove
* @param onlyPlayed True if item should be deleted only if it has been played
* @return -1 on failure, number of files deleted otherwise

@ -42,12 +42,12 @@
#include <klineedit.h>
#include <knuminput.h>
#include <kpassdlg.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kresolver.h>
#include <kstandarddirs.h> //loading icons
#include <ktempfile.h>
#include <ktoolbar.h>
#include <ktoolbarbutton.h>
#include <tdetoolbar.h>
#include <tdetoolbarbutton.h>
#if DNSSD_SUPPORT
#include <dnssd/remoteservice.h>

@ -45,7 +45,7 @@ AMAROK_EXPORT_PLUGIN( GenericMediaDevice )
#include <tdeio/netaccess.h>
#include <kmessagebox.h>
#include <kmountpoint.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kurlrequester.h> //downloadSelectedItems()
#include <kurlrequesterdlg.h> //downloadSelectedItems()

@ -37,7 +37,7 @@ AMAROK_EXPORT_PLUGIN( IfpMediaDevice )
#include <tdeconfig.h> //download saveLocation
#include <kiconloader.h> //smallIcon
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kurlrequester.h> //downloadSelectedItems()
#include <kurlrequesterdlg.h> //downloadSelectedItems()

@ -42,14 +42,14 @@ AMAROK_EXPORT_PLUGIN( IpodMediaDevice )
#include <metadata/tplugins.h>
#include <hintlineedit.h>
#include <kactionclasses.h>
#include <tdeactionclasses.h>
#include <kapplication.h>
#include <kmountpoint.h>
#include <kpushbutton.h>
#include <kprogress.h>
#include <kmessagebox.h>
#include <kiconloader.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <tqcheckbox.h>
#include <tqdir.h>

@ -41,9 +41,9 @@ AMAROK_EXPORT_PLUGIN( MtpMediaDevice )
// KDE
#include <kapplication.h>
#include <kiconloader.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kmessagebox.h>
#include <ktoolbarbutton.h>
#include <tdetoolbarbutton.h>
#include <ktempdir.h>
// TQt
@ -1482,7 +1482,7 @@ MtpMediaDevice::readMtpMusic()
kapp->processEvents( 100 );
LIBMTP_track_t *tracks = LIBMTP_Get_Tracklisting_With_Callback( m_device, progressCallback, this );
LIBMTP_track_t *tracks = LIBMTP_Get_Tractdelisting_With_Callback( m_device, progressCallback, this );
debug() << "Got tracks from device" << endl;

@ -44,9 +44,9 @@ AMAROK_EXPORT_PLUGIN( NjbMediaDevice )
#include <kinstance.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <ktempdir.h>
#include <ktoolbarbutton.h>
#include <tdetoolbarbutton.h>
#include <kurl.h>
#include <kurlrequester.h> //downloadSelectedItems()
#include <kurlrequesterdlg.h> //downloadSelectedItems()

@ -33,7 +33,7 @@ AMAROK_EXPORT_PLUGIN( RioKarmaMediaDevice )
// KDE
#include <kapplication.h>
#include <kiconloader.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
// TQt
#include <tqdir.h>

@ -45,7 +45,7 @@
#include <kiconeffect.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kstringhandler.h>
#define NEARBYINT(i) ((int(float(i) + 0.5)))

@ -3,9 +3,9 @@
#include "mydirlister.h"
#include <kaction.h>
#include <tdeaction.h>
#include <kdiroperator.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
class Medium;

@ -24,7 +24,7 @@ email : markey@web.de
#include "metabundle.h" //setScroll()
#include "playerwindow.h"
#include "sliderwidget.h"
#include "tracktooltip.h" //setScroll()
#include "tractdetooltip.h" //setScroll()
#include <tqaccel.h> //our quit shortcut in the ctor
#include <tqevent.h> //various events

@ -64,7 +64,7 @@
#include <tqvaluevector.h> //playNextTrack()
#include <tqlayout.h>
#include <kaction.h>
#include <tdeaction.h>
#include <kapplication.h>
#include <kcursor.h> //setOverrideCursor()
#include <kdialogbase.h>
@ -75,7 +75,7 @@
#include <klineedit.h> //setCurrentTrack()
#include <klocale.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <krandomsequence.h> //random Mode
#include <kstandarddirs.h> //TDEGlobal::dirs()
#include <kstdaction.h>
@ -695,7 +695,7 @@ Playlist::restoreSession()
}
/*
The following two functions (saveLayout(), restoreLayout()), taken from klistview.cpp, are largely
The following two functions (saveLayout(), restoreLayout()), taken from tdelistview.cpp, are largely
Copyright (C) 2000 Reginald Stadlbauer <reggie@kde.org>
Copyright (C) 2000,2003 Charles Samuels <charles@kde.org>
Copyright (C) 2000 Peter Putzer

@ -29,9 +29,9 @@
#include "playlistitem.h"
#include "metabundle.h"
#include "tooltip.h" //baseclass
#include "tracktooltip.h"
#include "tractdetooltip.h"
#include <klistview.h> //baseclass
#include <tdelistview.h> //baseclass
#include <kurl.h> //KURL::List
#include <tqdir.h> //stack allocated
#include <tqpoint.h> //stack allocated

@ -41,9 +41,9 @@
#include <tqpixmap.h> //paintCell()
#include <tqtextstream.h> //loadPlaylists(), saveM3U(), savePLS()
#include <kaction.h>
#include <kactionclasses.h>
#include <kactioncollection.h>
#include <tdeaction.h>
#include <tdeactionclasses.h>
#include <tdeactioncollection.h>
#include <kapplication.h>
#include <tdefiledialog.h> //openPlaylist()
#include <tdeio/job.h> //deleteSelectedPlaylists()
@ -54,7 +54,7 @@
#include <kmessagebox.h> //renamePlaylist(), deleteSelectedPlaylist()
#include <kmimetype.h>
#include <tdemultipledrag.h> //dragObject()
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kpushbutton.h>
#include <kstandarddirs.h> //TDEGlobal::dirs()
#include <kurldrag.h> //dragObject()

@ -14,8 +14,8 @@
#include "playlistbrowseritem.h"
#include "podcastsettings.h"
#include <kaction.h>
#include <klistview.h>
#include <tdeaction.h>
#include <tdelistview.h>
#include <kpushbutton.h>
#include <kurl.h>
#include <tqdom.h>

@ -45,7 +45,7 @@
#include <klocale.h>
#include <kmessagebox.h> //podcast info box
#include <kmimetype.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <krun.h>
#include <kstandarddirs.h> //podcast loading icons
#include <kstringhandler.h>

@ -17,7 +17,7 @@
#include <kdialogbase.h> // StreamEditor baseclass
#include <tdeio/job.h>
#include <klineedit.h>
#include <klistview.h>
#include <tdelistview.h>
#include <kurl.h>
#include <tqdom.h>

@ -699,7 +699,7 @@ void PlaylistItem::paintCell( TQPainter *painter, const TQColorGroup &cg, int co
#if KDE_IS_VERSION( 3, 3, 91 )
if( listView()->shadeSortColumn() && !isSelected() && listView()->columnSorted() == column )
{
/* from klistview.cpp
/* from tdelistview.cpp
Copyright (C) 2000 Reginald Stadlbauer <reggie@kde.org>
Copyright (C) 2000,2003 Charles Samuels <charles@kde.org>
Copyright (C) 2000 Peter Putzer */

@ -12,7 +12,7 @@
#include "metabundle.h" //baseclass
#include "amarok_export.h"
#include <klistview.h> //baseclass
#include <tdelistview.h> //baseclass
#include <kurl.h> //stack allocated
#include <tqcolor.h> //stack allocated

@ -28,7 +28,7 @@
#include <kapplication.h>
#include <kiconloader.h>
#include <knuminput.h>
#include <klistview.h>
#include <tdelistview.h>
#include <klocale.h>
PlaylistSelection::PlaylistSelection( TQWidget* parent, const char* name )

@ -10,7 +10,7 @@
#ifndef PLAYLISTSELECTION_H
#define PLAYLISTSELECTION_H
#include <klistview.h>
#include <tdelistview.h>
class NewDynamic;
class KDialogBase;

@ -55,7 +55,7 @@
#include <tqtooltip.h> //TQToolTip::add()
#include <tqvbox.h> //contains the playlist
#include <kaction.h> //m_actionCollection
#include <tdeaction.h> //m_actionCollection
#include <kapplication.h> //kapp
#include <tdefiledialog.h> //savePlaylist(), openPlaylist()
#include <kglobal.h>
@ -65,11 +65,11 @@
#include <klocale.h>
#include <kmenubar.h>
#include <kmessagebox.h> //savePlaylist()
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kpushbutton.h>
#include <kstandarddirs.h> //Welcome Tab, locate welcome.html
#include <ktoolbar.h>
#include <ktoolbarbutton.h> //createGUI()
#include <tdetoolbar.h>
#include <tdetoolbarbutton.h> //createGUI()
#include <kxmlguibuilder.h> //XMLGUI
#include <kxmlguifactory.h> //XMLGUI

@ -21,7 +21,7 @@
#ifndef AMAROK_PRETTYPOPUPMENU_H
#define AMAROK_PRETTYPOPUPMENU_H
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <tqcolor.h>
#include <tqimage.h>

@ -17,7 +17,7 @@
#include "playlistitem.h"
#include <kdialogbase.h> //baseclass
#include <klistview.h> //baseclass
#include <tdelistview.h> //baseclass
#include <tqmap.h>

@ -48,10 +48,10 @@
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <tdeio/netaccess.h>
#include <klistview.h>
#include <tdelistview.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kprocio.h>
#include <kprotocolmanager.h>
#include <kpushbutton.h>

@ -15,7 +15,7 @@
#endif
#include <kmainwindow.h>
#include <tdemainwindow.h>
class EqualizerCircle : public TQCanvasEllipse
{

@ -38,7 +38,7 @@
#include <kimageeffect.h>
#include <klocale.h>
#include <kpixmapeffect.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kstandarddirs.h>
Amarok::Slider::Slider( Qt::Orientation orientation, TQWidget *parent, uint max )

@ -17,7 +17,7 @@
#include "enginecontroller.h" //to get the engine
#include "statusbar.h"
#include <klocale.h>
#include <kpopupmenu.h> //Vis::Selector
#include <tdepopupmenu.h> //Vis::Selector
#include <kprocess.h> //Vis::Selector
#include <twin.h> //Vis::Selector
#include <kstandarddirs.h> //locateLocal()

@ -25,9 +25,9 @@
#include <kiconloader.h>
#include <klocale.h>
#include <tdemultipledrag.h> //startDrag()
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kstringhandler.h> //paintCell
#include <ktoolbarbutton.h> //ctor
#include <tdetoolbarbutton.h> //ctor
#include <kurldrag.h> //startDrag()
#include <twin.h>

@ -17,7 +17,7 @@
#include "playlistwindow.h"
#include <kdialogbase.h> //baseclass
#include <klistview.h> //baseclass
#include <tdelistview.h> //baseclass
#include <tqtimer.h>

@ -31,10 +31,10 @@
#include <tqpixmap.h>
#include <tqtimer.h>
#include <kactioncollection.h>
#include <tdeactioncollection.h>
#include <kglobal.h>
#include <kiconloader.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kstringhandler.h>
static const uint MAX_TO_SHOW = 20;

@ -27,7 +27,7 @@
#include "overlayWidget.h"
#include "popupMessage.h"
#include <kactionclasses.h>
#include <tdeactionclasses.h>
#include <kglobalsettings.h>
#include <kiconloader.h>
#include <tqiconset.h>

@ -15,9 +15,9 @@
#include <tqevent.h>
#include <tqimage.h>
#include <kaction.h>
#include <tdeaction.h>
#include <kapplication.h>
#include <kpopupmenu.h>
#include <tdepopupmenu.h>
#include <kiconeffect.h>
#include <kstandarddirs.h>

@ -212,7 +212,7 @@ Note that the order in which the schemes appear in the list is relevant, since t
<layoutfunctions spacing="KDialog::spacingHint"/>
<includehints>
<includehint>kdialog.h</includehint>
<includehint>klistview.h</includehint>
<includehint>tdelistview.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>

@ -20,7 +20,7 @@
#include <tqlabel.h>
#include <kapplication.h>
#include <klistview.h>
#include <tdelistview.h>
#include <klocale.h>
#include "trackpickerdialog.h"

@ -177,6 +177,6 @@
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klistview.h</includehint>
<includehint>tdelistview.h</includehint>
</includehints>
</UI>

@ -6,7 +6,7 @@
*/
/*
tracktooltip.cpp
tractdetooltip.cpp
begin: Tue 10 Feb 2004
copyright: (C) 2004 by Christian Muehlhaeuser
email: chris@chris.de
@ -29,7 +29,7 @@
#include <kstandarddirs.h>
#include "tracktooltip.h"
#include "tractdetooltip.h"
TrackToolTip *TrackToolTip::instance()
@ -348,4 +348,4 @@ void TrackToolTip::updateWidgets()
Amarok::ToolTip::updateTip();
}
#include "tracktooltip.moc"
#include "tractdetooltip.moc"

@ -6,7 +6,7 @@
*/
/*
tracktooltip.h - Provides an interface to a plain TQWidget, which is independent of KDE (bypassed to X11)
tractdetooltip.h - Provides an interface to a plain TQWidget, which is independent of KDE (bypassed to X11)
begin: Tue 10 Feb 2004
copyright: (C) 2004 by Christian Muehlhaeuser
email: chris@chris.de

@ -201,7 +201,7 @@
<row>
<entry
>tracktooltip.cpp</entry>
>tractdetooltip.cpp</entry>
<entry
>Ei ole tegelikult seotud PlaylistWidget-iga. Seda kasutab PlayerWidget teatud info näitamiseks parajasti mängitava pala kohta.</entry>
</row>

@ -201,7 +201,7 @@
<row>
<entry
>tracktooltip.cpp</entry>
>tractdetooltip.cpp</entry>
<entry
>Attualmente non in relazione con PlaylistWidget. Usato da PlayerWidget per mostrare alcune informazioni sulla traccia in esecuzione.</entry>
</row>

@ -201,7 +201,7 @@
<row>
<entry
>tracktooltip.cpp</entry>
>tractdetooltip.cpp</entry>
<entry
>Niet echt gerelateerd aan de PlaListWidget. Wordt gebruikt door de PlayerWidget om wat informatie over de huidige afgespeelde track te tonen.</entry>
</row>

@ -201,7 +201,7 @@
<row>
<entry
>tracktooltip.cpp</entry>
>tractdetooltip.cpp</entry>
<entry
>Não está relacionada de facto com o PlaylistWidget. É usada pelo PlayerWidget para mostrar algumas informações sobre a faixa a tocar de momento.</entry>
</row>

@ -201,7 +201,7 @@
<row>
<entry
>tracktooltip.cpp</entry>
>tractdetooltip.cpp</entry>
<entry
>Har egentligen inget att göra med PlaylistWidget. Används av PlayerWidget för att visa viss information om spåret som för närvarande spelas.</entry>
</row>

@ -219,7 +219,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"Vir hierdie eienskap, moet 'n skrip van tipe \"Transkodeer\", gehardloop word."
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok herontdek jou musiek"

@ -212,7 +212,7 @@ msgstr ""
"لِإستعمال هذه الميّزة يجب أن يكون هناك نص أوامر من نوع \"Transcode\" قيد "
"التنفيذ"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "إكتشف الموسيقى مجدداً ، إستعمل Amarok"

@ -212,7 +212,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -204,7 +204,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -223,7 +223,7 @@ msgstr "Премахване на транскодираните файлове
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "За тази функция трябва да се стартира скрипт от рода на \"Transcode\""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - преоткрийте музиката"

@ -219,7 +219,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
#, fuzzy
msgid "Amarok - rediscover your music"
msgstr "আমারক - আপনার সঙ্গীত পুনরায় আবিষ্কার করুন"

@ -205,7 +205,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -218,7 +218,7 @@ msgstr ""
"Per a aquesta funcionalitat, s'ha d'estar executant un guió del tipus "
"«Recodificar»"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - redescobreix la teva música"

@ -204,7 +204,7 @@ msgstr "Po přenosu odstranit překódované soubory"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "AmaroK - znovu objevte svou hudbu"

@ -206,7 +206,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -215,7 +215,7 @@ msgstr "Fjern filer der er kodet om efter overførsel"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "For denne funktion skal et script af typen \"Transcode\" køre"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - genopdag din musik"

@ -212,7 +212,7 @@ msgstr "Umgewandelte Dateien nach der Übertragung entfernen"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Für diese Funktion muss ein Skript vom Typ \"Umwandeln\" laufen."
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - Musik neu erleben!"

@ -215,7 +215,7 @@ msgstr ""
"Για το χαρακτηριστικό αυτό, θα πρέπει να εκτελείται ένα σενάριο τύπου "
"\"Κωδικοποίησης\""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "AmaroK - ανακαλύψτε ξανά τη μουσική σας"

@ -213,7 +213,7 @@ msgstr "Remove transcoded files after transfer"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "For this feature, a script of type \"Transcode\" has to be running"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - rediscover your music"

@ -202,7 +202,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - remalkovru vian muzikon"

@ -220,7 +220,7 @@ msgstr ""
"Para esta característica, tiene que estar ejecutándose un script de tipo "
"«Transcode»"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - vuelva a descubrir su música"

@ -210,7 +210,7 @@ msgstr "Transkodeeritud failid eemaldatakse ülekande järel"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Selle kasutamiseks peab töötama \"Transcode\" tüüpi skript"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - muusikaelamuse nautimiseks"

@ -216,7 +216,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"\"Transcode\" script mota exekutatu behar da funtzionalitate honentzako"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
#, fuzzy
msgid "Amarok - rediscover your music"
msgstr "Amarok - zure musikaren aurkikuntza berria"

@ -213,7 +213,7 @@ msgstr "حذف پرونده‌های ترارمزشده پس از انتقال"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "برای این ویژگی، یک دست‌نوشته از نوع »ترارمز« باید اجرا شود"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - کشف مجدد موسیقی شما"

@ -220,7 +220,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"Tämä ominaisuutta varten pitää olla Transcode-tyyppinen komentosarja päällä"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok löydä musiikkisi uudelleen"

@ -222,7 +222,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"Pour cette fonctionnalité, un script comme \"Transcode\" doit être utilisé"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - redécouvrez votre musique"

@ -197,7 +197,7 @@ msgstr "Bain comhaid thraschódaithe i ndiaidh iad a aistriú"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "AmaroK - déan athaimsiú ar do chuid cheol"

@ -220,7 +220,7 @@ msgstr "Borrar os ficheiros mudados de codificación despois da transferencia"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Para esta función, precísase executar un guión do tipo \"Transcode\""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
#, fuzzy
msgid "Amarok - rediscover your music"
msgstr "amaroK - redescobre a túa música"

@ -212,7 +212,7 @@ msgstr "הסר קבצים שנוצרו בהמרת־קידוד לאחר העבר
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "עבור יכולת זאת, תסריט מסוג \"המרת־קידוד\" חייב לרוץ"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - גלה מחדש את המוזיקה שלך"

@ -212,7 +212,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -211,7 +211,7 @@ msgstr ""
"A funkció használatához szükséges, hogy fusson egy \"átkódolás\" "
"(\"transcode\") típusú szkript"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - Fedezd fel újra a zenét!"

@ -205,7 +205,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
#, fuzzy
msgid "Amarok - rediscover your music"
msgstr "amaroK - rediscover your music"

@ -206,7 +206,7 @@ msgstr "Fjarlægja umbreyttar skrár eftir flutning"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Til að þetta virki verður \"Transcode\" skriftan að vera keyrandi"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - enduruppgötvaðu tónlistina þína"

@ -214,7 +214,7 @@ msgstr "Rimuovi i file codificati dopo il trasferimento"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Per questa funzionalità, deve essere eseguito uno script \"Transcode\""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - riscopri la tua musica"

@ -206,7 +206,7 @@ msgstr "転送後にトランスコードされたファイルを削除する"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "この機能を利用するにはトランスコードスクリプトが実行されていなければなりません。"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - あなたの音楽を再発見"

@ -211,7 +211,7 @@ msgstr "გადაცემის შემდეგ ტრანსკოდ
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
#, fuzzy
msgid "Amarok - rediscover your music"
msgstr "amaroK - აღმოაჩინეთ თქვენი მუსიკა"

@ -212,7 +212,7 @@ msgstr "យក​ឯកសារ​ដែល​បាន​បម្លែង​
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "សម្រាប់​លក្ខណៈ​ពិសេស​នេះ ស្គ្រីប​នៃ​ប្រភេទ \"បម្លែង\" ត្រូវ​តែ​រត់"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "amaroK - រក​ឃើញ​តន្ត្រី​របស់​អ្នក​ម្ដង​ទៀត"

@ -211,7 +211,7 @@ msgstr "전송한 후 변환된 파일들을 제거"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "이 요소에 대하여, \"Transcode\" 형식의 스크립트들이 실행되어야 합니다."
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - 음악의 재발견"

@ -215,7 +215,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"Ji bo vê taybetmendiyê divê skrîpteke weke \"Transcode\" were xebitandin"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - muzîkê ji nû ve keşif bike"

@ -209,7 +209,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -213,7 +213,7 @@ msgstr "Persiuntus perkoduotas bylas jas pašalinti"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Norint perkoduoti dainas, turi būti paleistas perkodavimo scenarijus"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "AmaroK atraskite savo muziką iš naujo"

@ -216,7 +216,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
#, fuzzy
msgid "Amarok - rediscover your music"
msgstr "амароК - откријте ја вашата музика"

@ -214,7 +214,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
#, fuzzy
msgid "Amarok - rediscover your music"
msgstr "Dengar muzik anda"

@ -214,7 +214,7 @@ msgstr "Fjern transkodede filer etter overføring"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "For at dette skal virke, må det kjøre et skript av typen «Transkode»"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok gjennoppdag musikken din"

@ -211,7 +211,7 @@ msgstr "Ümkodeert Dateien na't Överdregen wegmaken"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "För disse Funkschoon mutt en Skript vun den Typ \"Ümkoderen\" lopen"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "AmaroK - Beleev Dien Musik nieg!"
@ -12760,7 +12760,7 @@ msgstr "Koppelradio: %1"
#: lastfm.cpp:343
msgid "Track Radio"
msgstr "Stückradio"
msgstr "Stüctderadio"
#: lastfm.cpp:345
msgid "Artist Radio"

@ -212,7 +212,7 @@ msgstr "स्थानान्तरण पछि ट्रान्सको
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "यो विशेषताको लागि, \"ट्रान्सकोड\" प्रकारको स्क्रिप्ट चलाउनुपर्ने हुन्छ"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "अमारोक - तपाईँ सङ्गीत पुन: जन्माउनुहोस्"

@ -220,7 +220,7 @@ msgstr "Hercodeerde bestanden verwijderen na de overdracht"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Voor deze functie moet een script van het type \"Transcode\" draaien"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - herontdek uw muziek"

@ -212,7 +212,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"For at denne funksjonen skal fungera må eit skript av typen «Omkoding» køyrast."
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok gjenoppdag musikken din"

@ -207,7 +207,7 @@ msgstr "ਸੰਚਾਰ ਕਰਨ ਬਾਦ ਟਰਾਸਕੋਡ ਕੀਤੀ
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "ਇਹ ਫੀਚਰ ਵਰਤਣ ਲਈ, \"Transcode\" ਕਿਸਮ ਦੀ ਸਕਰਿਪਟ ਚੱਲਦੀ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "ਅਮਰੋਕ - ਆਪਣਾ ਸੰਗੀਤ ਮੁੜ-ਖੋਜੋ"

@ -219,7 +219,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"Aby korzystać z tej opcji, skrypt typu \"Konwersja\" musi być uruchomiony"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - odkryj na nowo swoją muzykę"

@ -263,7 +263,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"Para esta funcionalidade, terá de executar um programa do tipo \"Transcode\""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - reencontre a sua música"

@ -222,7 +222,7 @@ msgstr "Remover arquivos convertidos após a transferência"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Para esta função, um script de \"Conversão\" tem que estar em execução"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - redescubra sua música"

@ -214,7 +214,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -221,7 +221,7 @@ msgstr ""
"Для использования этой функции необходимо запустить один из сценариев "
"перекодировки"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "amaroK - посмотрите на музыку по-другому"

@ -224,7 +224,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -209,7 +209,7 @@ msgstr "Váldde eret transkodejuvvon fiillaid maŋŋá sirdima"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Jus dát galgá doaibmat, de ferte skripta «Transcode» leat jođus"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok áicca iežat musihkka fas"

@ -217,7 +217,7 @@ msgstr "Odstrániť skonvertované súbory po prenose"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Pre túto vlastnosť musí bežať skript typu \"Prekódovanie\""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "AmaroK - znovuobjavte svoju hudbu"

@ -217,7 +217,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
#, fuzzy
msgid "Amarok - rediscover your music"
msgstr "amaroK - ponovno odkrijte glasbo"

@ -203,7 +203,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -215,7 +215,7 @@ msgstr "Уклони транскодиране фајлове по пренос
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "За ову могућност мора се извршавати скрипта типа „Транскодирање“"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok — откријте своју музику"

@ -215,7 +215,7 @@ msgstr "Ukloni transkodirane fajlove po prenosu"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "Za ovu mogućnost mora se izvršavati skripta tipa „Transkodiranje“"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok — otkrijte svoju muziku"

@ -211,7 +211,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
#, fuzzy
msgid "Amarok - rediscover your music"
msgstr "amaroK — ponovo otkrijte svoju muziku"

@ -213,7 +213,7 @@ msgstr "Ta bort omkodade filer efter överföring"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "För den här funktionen måste ett skript av typen \"Omkodning\" köra"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - återupptäck din musik"
@ -5224,7 +5224,7 @@ msgstr "Annorlunda fjärrvideo"
#: engine/helix/helix-errors.cpp:248
msgid "Remote Paste Missing Stream"
msgstr "Flöde saknas för fjärrinklistring"
msgstr "Flöde saknas för fjärrintdelistring"
#: engine/helix/helix-errors.cpp:249
msgid "Remote End Of Stream"
@ -5280,11 +5280,11 @@ msgstr "Skrivskyddad fjärrfil"
#: engine/helix/helix-errors.cpp:262
msgid "Remote Paste Missing Audio Stream"
msgstr "Fjärrinklistring saknar ljudström"
msgstr "Fjärrintdelistring saknar ljudström"
#: engine/helix/helix-errors.cpp:263
msgid "Remote Paste Missing Video Stream"
msgstr "Fjärrinklistring saknar videoström"
msgstr "Fjärrintdelistring saknar videoström"
#: engine/helix/helix-errors.cpp:264
msgid "Remote Encrypted Content"

@ -208,7 +208,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -215,7 +215,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr ""

@ -210,7 +210,7 @@ msgstr "ลบแฟ้มที่ทำการแปลงแล้วหล
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "สำหรับความสามารถนี้ ต้องมีสคริปต์ชนิด \"การแปลงรหัส\" ทำงานอยู่ด้วย"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - ค้นพบมิติใหม่ในดนตรีของคุณ"

@ -221,7 +221,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"Bu özellik için, \"Transcode\" tipi bir betik çalışıyor olmak zorundadır"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - müziğinizi yeniden keşfedin"

@ -214,7 +214,7 @@ msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
"Для цієї функціональності повинен виконуватись скрипт типу \"Transcode\""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - заново відчуйте свою музику"

@ -201,7 +201,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - musiqaga yangidan nazar tashlang"

@ -201,7 +201,7 @@ msgstr ""
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr ""
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - мусиқага янгидан назар ташланг"

@ -205,7 +205,7 @@ msgstr "传送完成后删除转码的文件"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "要使用此特性必须运行类型为“Transcode”的脚本"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "Amarok - 开启您的音乐探秘之旅"

@ -209,7 +209,7 @@ msgstr "傳送後移除轉換的檔案"
msgid "For this feature, a script of type \"Transcode\" has to be running"
msgstr "這項功能需要一份\"轉換格式\"類型的指令稿先運行"
#: tracktooltip.cpp:266
#: tractdetooltip.cpp:266
msgid "Amarok - rediscover your music"
msgstr "AmaroK - 音樂新體驗"

Loading…
Cancel
Save