Remove unnecessary language.

pull/1/head
Darrell Anderson 12 years ago
parent 4c24fca1c2
commit 35d73abd53

@ -5471,7 +5471,7 @@ CollectionDB::updateStatsTables()
prev = 3; 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; debug() << "Rebuilding stats-database!" << endl;
dropStatsTableV1(); dropStatsTableV1();

@ -829,7 +829,7 @@ void ContextBrowser::reloadStyleSheet()
////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////
//parts of this function from ktabwidget.cpp, copyright (C) 2003 Zack Rusin and Stephan Binner //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 ) void ContextBrowser::wheelDelta( int delta )
{ {
if ( count() < 2 || delta == 0 ) if ( count() < 2 || delta == 0 )

@ -834,7 +834,7 @@ Amarok::OSD::show( const MetaBundle &bundle ) //slot
if( text.isEmpty() ) if( text.isEmpty() )
text = MetaBundle::prettyTitle( bundle.url().fileName() ).stripWhiteSpace(); 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 ); text = text.mid( 2 );
if( text.isEmpty() ) //still if( text.isEmpty() ) //still

@ -2352,7 +2352,7 @@ PodcastChannel::showContextMenu( const TQPoint &position )
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
/// CLASS PodcastEpisode /// 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. /// their own attributes.
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
PodcastEpisode::PodcastEpisode( TQListViewItem *parent, TQListViewItem *after, PodcastEpisode::PodcastEpisode( TQListViewItem *parent, TQListViewItem *after,

@ -199,7 +199,7 @@ private slots:
void abort() { delete this; } 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 class MyXmlLoader: public MetaBundle::XmlLoader
{ {

@ -75,7 +75,7 @@ end
def fetchLyricsByUrl( url ) 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 # a broken header, which makes Net::HTTP::get() crap out
host = "display.lyrics.astraweb.com" host = "display.lyrics.astraweb.com"

@ -701,7 +701,7 @@ void
StatisticsItem::setIcon( const TQString &icon ) StatisticsItem::setIcon( const TQString &icon )
{ {
TQString path = kapp->iconLoader()->iconPath( icon, -KIcon::SizeHuge ); 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; // debug() << "ICONPATH: " << path << endl;

@ -172,7 +172,7 @@ class MetaBundle::XmlLoader: public TQObject, public TQXmlDefaultHandler
virtual bool endDocument(); virtual bool endDocument();
virtual bool fatalError( const TQXmlParseException &exception ); virtual bool fatalError( const TQXmlParseException &exception );
public: //fucking moc, these should be private public: //these should be private
class ThreadedLoader; class ThreadedLoader;
class SimpleLoader; class SimpleLoader;
}; };

Loading…
Cancel
Save