summaryrefslogtreecommitdiffstats
path: root/src/app/playDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/playDialog.cpp')
-rw-r--r--src/app/playDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/playDialog.cpp b/src/app/playDialog.cpp
index 8c40520..bcb03b1 100644
--- a/src/app/playDialog.cpp
+++ b/src/app/playDialog.cpp
@@ -25,7 +25,7 @@ namespace Codeine {
PlayDialog::PlayDialog( TQWidget *parent, bool be_welcome_dialog )
: TQDialog( parent )
{
- setCaption( kapp->makeStdCaption( i18n("Play Media") ) );
+ setCaption( tdeApp->makeStdCaption( i18n("Play Media") ) );
TQSignalMapper *mapper = new TQSignalMapper( this );
TQWidget *o, *closeButton = new KPushButton( KStdGuiItem::close(), this );
@@ -59,7 +59,7 @@ PlayDialog::PlayDialog( TQWidget *parent, bool be_welcome_dialog )
if( be_welcome_dialog ) {
TQWidget *w = new KPushButton( KStdGuiItem::quit(), this );
hbox->addWidget( w );
- connect( w, TQ_SIGNAL(clicked()), kapp, TQ_SLOT(quit()) );
+ connect( w, TQ_SIGNAL(clicked()), tdeApp, TQ_SLOT(quit()) );
}
hbox->addWidget( closeButton );