summaryrefslogtreecommitdiffstats
path: root/src/configbackendspage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:22:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:22:21 -0600
commit86885f5c750a906ff4edf8820b26c6a69fd27bf8 (patch)
tree1044146bea0d6461e7c3667ea6458b373225e151 /src/configbackendspage.cpp
parent3fde37bc74e136b675635c7f82b452ee6538a57c (diff)
downloadsoundkonverter-86885f5c750a906ff4edf8820b26c6a69fd27bf8.tar.gz
soundkonverter-86885f5c750a906ff4edf8820b26c6a69fd27bf8.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'src/configbackendspage.cpp')
-rwxr-xr-xsrc/configbackendspage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configbackendspage.cpp b/src/configbackendspage.cpp
index c84a493..b8bf272 100755
--- a/src/configbackendspage.cpp
+++ b/src/configbackendspage.cpp
@@ -38,7 +38,7 @@ ConfigBackendsPage::ConfigBackendsPage( Config* _config, TQMap<TQString, TQStrin
TQHBox* legendBox = new TQHBox( box );
legendBox->setMargin( 0 );
legendBox->setSpacing( 6 );
- KStandardDirs* stdDirs = new KStandardDirs();
+ TDEStandardDirs* stdDirs = new TDEStandardDirs();
TQLabel* lLegendLabel = new TQLabel( i18n("Legend")+":", legendBox, "lLegendLabel" );
TQLabel* lLegendGreen = new TQLabel( "", legendBox, "lLegendGreen" );
lLegendGreen->setPixmap( TQPixmap(stdDirs->findResource("data","soundkonverter/pics/ledgreen_legend.png")) );
@@ -329,7 +329,7 @@ void ConfigBackendsPage::rebuild()
void ConfigBackendsPage::refill()
{
- KStandardDirs* stdDirs = new KStandardDirs();
+ TDEStandardDirs* stdDirs = new TDEStandardDirs();
int i, item;
cRipper->clear();