summaryrefslogtreecommitdiffstats
path: root/src/k3bsplash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3bsplash.cpp')
-rw-r--r--src/k3bsplash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bsplash.cpp b/src/k3bsplash.cpp
index e90e3b9..56c2c7d 100644
--- a/src/k3bsplash.cpp
+++ b/src/k3bsplash.cpp
@@ -43,7 +43,7 @@ K3bSplash::K3bSplash( TQWidget* parent, const char* name )
setMargin( 0 );
setSpacing( 0 );
- TQLabel* copyrightLabel = new TQLabel( kapp->aboutData()->copyrightStatement(), this );
+ TQLabel* copyrightLabel = new TQLabel( tdeApp->aboutData()->copyrightStatement(), this );
copyrightLabel->setMargin( 5 );
copyrightLabel->setPaletteBackgroundColor( black );
copyrightLabel->setPaletteForegroundColor( white );