diff options
Diffstat (limited to 'src/k3bsplash.cpp')
-rw-r--r-- | src/k3bsplash.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bsplash.cpp b/src/k3bsplash.cpp index e90e3b9..d1f384d 100644 --- a/src/k3bsplash.cpp +++ b/src/k3bsplash.cpp @@ -26,7 +26,7 @@ #include <tqfontmetrics.h> #include <tqpainter.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> #include <tdeaboutdata.h> @@ -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 ); |