diff options
Diffstat (limited to 'arts/tools/main.cpp')
-rw-r--r-- | arts/tools/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/tools/main.cpp b/arts/tools/main.cpp index 62b3668a..9cff7f4e 100644 --- a/arts/tools/main.cpp +++ b/arts/tools/main.cpp @@ -90,7 +90,7 @@ VControl::VControl( KArtsServer* artsserver, TQWidget *parent) : TQFrame(parent) connect( server, TQT_SIGNAL( restartedServer() ), this, TQT_SLOT( initaRtsConnections() ) ); /* if(server.isNull()) { - KMessageBox::error( 0, i18n("Connection to the soundserver failed - make sure that artsd is really running and that your kdelibs version is not older than kdemultimedia.")); + KMessageBox::error( 0, i18n("Connection to the soundserver failed - make sure that artsd is really running and that your tdelibs version is not older than tdemultimedia.")); exit(1); }*/ boxLayout = new TQHBoxLayout( this ); |