summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:52:26 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:52:26 -0500
commit35d73abd5371e4ab294d76dbca87d11ab25e909f (patch)
treedd5d444c2a30d1e0adf8623ac96ba91c5367d6cd
parent4c24fca1c28058c39e5793ce7b0813c270b603d6 (diff)
downloadamarok-35d73abd.tar.gz
amarok-35d73abd.zip
Remove unnecessary language.
-rw-r--r--amarok/src/collectiondb.cpp2
-rw-r--r--amarok/src/contextbrowser.cpp2
-rw-r--r--amarok/src/osd.cpp2
-rw-r--r--amarok/src/playlistbrowseritem.cpp2
-rw-r--r--amarok/src/playlistloader.h2
-rwxr-xr-xamarok/src/scripts/lyrics_astraweb/lyrics_astraweb.rb2
-rw-r--r--amarok/src/statistics.cpp2
-rw-r--r--amarok/src/xmlloader.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/amarok/src/collectiondb.cpp b/amarok/src/collectiondb.cpp
index eb363e3d..19433777 100644
--- a/amarok/src/collectiondb.cpp
+++ b/amarok/src/collectiondb.cpp
@@ -5471,7 +5471,7 @@ CollectionDB::updateStatsTables()
prev = 3;
}
- if ( prev < 3 ) //it is from before 1.2, or our poor user is otherwise fucked
+ if ( prev < 3 ) //it is from before 1.2, or our poor user is otherwise affected
{
debug() << "Rebuilding stats-database!" << endl;
dropStatsTableV1();
diff --git a/amarok/src/contextbrowser.cpp b/amarok/src/contextbrowser.cpp
index 27bde5c7..570270a1 100644
--- a/amarok/src/contextbrowser.cpp
+++ b/amarok/src/contextbrowser.cpp
@@ -829,7 +829,7 @@ void ContextBrowser::reloadStyleSheet()
//////////////////////////////////////////////////////////////////////////////////////////
//parts of this function from ktabwidget.cpp, copyright (C) 2003 Zack Rusin and Stephan Binner
-//fucking setCurrentTab() isn't virtual so we have to override this instead =(
+//setCurrentTab() isn't virtual so we have to override this instead =(
void ContextBrowser::wheelDelta( int delta )
{
if ( count() < 2 || delta == 0 )
diff --git a/amarok/src/osd.cpp b/amarok/src/osd.cpp
index 18683cc8..7b080f26 100644
--- a/amarok/src/osd.cpp
+++ b/amarok/src/osd.cpp
@@ -834,7 +834,7 @@ Amarok::OSD::show( const MetaBundle &bundle ) //slot
if( text.isEmpty() )
text = MetaBundle::prettyTitle( bundle.url().fileName() ).stripWhiteSpace();
- if( text.startsWith( "- " ) ) //When we only have a title tag, _something_ prepends a fucking hyphen. Remove that.
+ if( text.startsWith( "- " ) ) //When we only have a title tag, _something_ prepends a hyphen. Remove that.
text = text.mid( 2 );
if( text.isEmpty() ) //still
diff --git a/amarok/src/playlistbrowseritem.cpp b/amarok/src/playlistbrowseritem.cpp
index 310f14cf..d3a36869 100644
--- a/amarok/src/playlistbrowseritem.cpp
+++ b/amarok/src/playlistbrowseritem.cpp
@@ -2352,7 +2352,7 @@ PodcastChannel::showContextMenu( const TQPoint &position )
/////////////////////////////////////////////////////////////////////////////
/// CLASS PodcastEpisode
-/// @note we fucking hate itunes for taking over podcasts and inserting
+/// @note we hate itunes for taking over podcasts and inserting
/// their own attributes.
////////////////////////////////////////////////////////////////////////////
PodcastEpisode::PodcastEpisode( TQListViewItem *parent, TQListViewItem *after,
diff --git a/amarok/src/playlistloader.h b/amarok/src/playlistloader.h
index 40432e9e..fc0a9d8a 100644
--- a/amarok/src/playlistloader.h
+++ b/amarok/src/playlistloader.h
@@ -199,7 +199,7 @@ private slots:
void abort() { delete this; }
};
-// PRIVATE -- should be in the .cpp, but fucking moc.
+// PRIVATE -- should be in the .cpp, but moc.
class MyXmlLoader: public MetaBundle::XmlLoader
{
diff --git a/amarok/src/scripts/lyrics_astraweb/lyrics_astraweb.rb b/amarok/src/scripts/lyrics_astraweb/lyrics_astraweb.rb
index c5285950..26131c32 100755
--- a/amarok/src/scripts/lyrics_astraweb/lyrics_astraweb.rb
+++ b/amarok/src/scripts/lyrics_astraweb/lyrics_astraweb.rb
@@ -75,7 +75,7 @@ end
def fetchLyricsByUrl( url )
- # Note: Using telnet here cause the fucking site has a broken cgi script, delivering
+ # Note: Using telnet here because the site has a broken cgi script, delivering
# a broken header, which makes Net::HTTP::get() crap out
host = "display.lyrics.astraweb.com"
diff --git a/amarok/src/statistics.cpp b/amarok/src/statistics.cpp
index b3296945..8ea04d0b 100644
--- a/amarok/src/statistics.cpp
+++ b/amarok/src/statistics.cpp
@@ -701,7 +701,7 @@ void
StatisticsItem::setIcon( const TQString &icon )
{
TQString path = kapp->iconLoader()->iconPath( icon, -KIcon::SizeHuge );
- path.replace( "32x32", "48x48" ); //HACK fucking KIconLoader only returns 32x32 max. Why?
+ path.replace( "32x32", "48x48" ); //HACK: KIconLoader only returns 32x32 max. Why?
// debug() << "ICONPATH: " << path << endl;
diff --git a/amarok/src/xmlloader.h b/amarok/src/xmlloader.h
index f9bdfcd6..bbbf681c 100644
--- a/amarok/src/xmlloader.h
+++ b/amarok/src/xmlloader.h
@@ -172,7 +172,7 @@ class MetaBundle::XmlLoader: public TQObject, public TQXmlDefaultHandler
virtual bool endDocument();
virtual bool fatalError( const TQXmlParseException &exception );
- public: //fucking moc, these should be private
+ public: //these should be private
class ThreadedLoader;
class SimpleLoader;
};