diff options
Diffstat (limited to 'amarok/src/queuemanager.cpp')
-rw-r--r-- | amarok/src/queuemanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/queuemanager.cpp b/amarok/src/queuemanager.cpp index afa63ca4..8e7a0a52 100644 --- a/amarok/src/queuemanager.cpp +++ b/amarok/src/queuemanager.cpp @@ -287,8 +287,8 @@ QueueManager::QueueManager( TQWidget *parent, const char *name ) KWin::setType( winId(), NET::Utility ); KWin::setState( winId(), NET::SkipTaskbar ); - kapp->setTopWidget( this ); - setCaption( kapp->makeStdCaption( i18n("Queue Manager") ) ); + tdeApp->setTopWidget( this ); + setCaption( tdeApp->makeStdCaption( i18n("Queue Manager") ) ); setInitialSize( TQSize( 400, 260 ) ); TQVBox *mainBox = new TQVBox( this ); |