From a1169ddf04628c0e3c3fcfbfa83f0d3df4512fc7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 22 Jan 2025 18:06:32 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- src/k3bsplash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/k3bsplash.cpp') 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 ); -- cgit v1.2.3