diff options
Diffstat (limited to 'arts/tools')
-rw-r--r-- | arts/tools/artsactions.h | 2 | ||||
-rw-r--r-- | arts/tools/artscontrolapplet_private.h | 2 | ||||
-rw-r--r-- | arts/tools/fftscopeview.h | 2 | ||||
-rw-r--r-- | arts/tools/main.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arts/tools/artsactions.h b/arts/tools/artsactions.h index d28edd33..d235dcb6 100644 --- a/arts/tools/artsactions.h +++ b/arts/tools/artsactions.h @@ -22,7 +22,7 @@ #define ARTS_ACTIONS_H #include <tqwidget.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> class KArtsServer; class KAction; class KActionCollection; diff --git a/arts/tools/artscontrolapplet_private.h b/arts/tools/artscontrolapplet_private.h index bddc0728..3f6417b1 100644 --- a/arts/tools/artscontrolapplet_private.h +++ b/arts/tools/artscontrolapplet_private.h @@ -37,7 +37,7 @@ #include <artsflow.h> #include <connect.h> #include <artsmoduleseffects.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> #include "artsactions.h" diff --git a/arts/tools/fftscopeview.h b/arts/tools/fftscopeview.h index de8ed7f5..21bf5a53 100644 --- a/arts/tools/fftscopeview.h +++ b/arts/tools/fftscopeview.h @@ -30,7 +30,7 @@ #include "templateview.h" #include <artsgui.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> class TQTimer; class KPopupMenu; 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 ); |