summaryrefslogtreecommitdiffstats
path: root/arts/tools/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:58 -0600
commit56df7a6401beb2b87fba35add44ea53372c94926 (patch)
tree762e674ed45f666593d1c043effeaeed970c56f6 /arts/tools/main.cpp
parenta0b91587f8f13a4659c4c2bd2068ffbffef633ae (diff)
downloadtdemultimedia-56df7a6401beb2b87fba35add44ea53372c94926.tar.gz
tdemultimedia-56df7a6401beb2b87fba35add44ea53372c94926.zip
Additional renaming of kde to tde
Diffstat (limited to 'arts/tools/main.cpp')
-rw-r--r--arts/tools/main.cpp2
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 );