summaryrefslogtreecommitdiffstats
path: root/amarok/src/Options2.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:37:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:37:07 -0600
commitdbec247f3c5a80da327d8b604ff6a6d54dafec0a (patch)
tree4ebf199820404e6a34655eeb02ac23ebad2ceb8a /amarok/src/Options2.ui.h
parentfbf4c6db00956199520e11052404cb0bd8062af3 (diff)
downloadamarok-dbec247f3c5a80da327d8b604ff6a6d54dafec0a.tar.gz
amarok-dbec247f3c5a80da327d8b604ff6a6d54dafec0a.zip
Additional renaming of kde to tde
Diffstat (limited to 'amarok/src/Options2.ui.h')
-rw-r--r--amarok/src/Options2.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/Options2.ui.h b/amarok/src/Options2.ui.h
index e86b6838..5aedc187 100644
--- a/amarok/src/Options2.ui.h
+++ b/amarok/src/Options2.ui.h
@@ -123,7 +123,7 @@ void Options2::retrievePushButton_clicked()
connect( d, TQT_SIGNAL( finished() ), d, TQT_SLOT( delayedDestruct() ) );
connect( d, TQT_SIGNAL( finished() ), this, TQT_SLOT( updateStyleComboBox() ) );
- // Due to kdelibs idiocy, KNS::DownloadDialog is /always/ non-modal. So we have to
+ // Due to tdelibs idiocy, KNS::DownloadDialog is /always/ non-modal. So we have to
// ensure that closing the settings dialog before the DownloadDialog doesn't crash.
TQTimer::singleShot( 0, d, TQT_SLOT( exec() ) );
}