summaryrefslogtreecommitdiffstats
path: root/src/app/xineConfig.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-22 18:06:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-03 22:58:51 +0900
commita1304520200eb5596854e7d4ee9019093a271769 (patch)
tree0e92d1c79e99732875e53b38cd67d2bfe5c221a5 /src/app/xineConfig.cpp
parentfc0e59180568a65a158f8a356679315fee818544 (diff)
downloadcodeine-a1304520200eb5596854e7d4ee9019093a271769.tar.gz
codeine-a1304520200eb5596854e7d4ee9019093a271769.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app/xineConfig.cpp')
-rw-r--r--src/app/xineConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/xineConfig.cpp b/src/app/xineConfig.cpp
index 414b33c..022f859 100644
--- a/src/app/xineConfig.cpp
+++ b/src/app/xineConfig.cpp
@@ -59,7 +59,7 @@ XineConfigDialog::XineConfigDialog( xine_t *xine, TQWidget *parent )
{
TQHBoxLayout *infoLayout = new TQHBoxLayout(topLayout, spacingHint());
- TQPixmap info = kapp->iconLoader()->loadIcon("messagebox_info", TDEIcon::NoGroup, TDEIcon::SizeMedium, TDEIcon::DefaultState, nullptr, true);
+ TQPixmap info = tdeApp->iconLoader()->loadIcon("messagebox_info", TDEIcon::NoGroup, TDEIcon::SizeMedium, TDEIcon::DefaultState, nullptr, true);
TQLabel *label = new TQLabel(page);
label->setPixmap(info);
label->setSizePolicy(TQSizePolicy::Maximum, TQSizePolicy::Maximum);