diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:17:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:17:45 -0600 |
commit | 9d63b7d4600a5822f26793062dd2eca819bcfb1d (patch) | |
tree | c12900de8906070044b2f2c068e4653113d98723 /arts/tools | |
parent | df14b2948f55e2fccacbe4ae765463a57da35e2b (diff) | |
download | tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.tar.gz tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'arts/tools')
-rw-r--r-- | arts/tools/artscontrolapplet.cpp | 6 | ||||
-rw-r--r-- | arts/tools/choosebusdlg.cpp | 2 | ||||
-rw-r--r-- | arts/tools/main.h | 6 | ||||
-rw-r--r-- | arts/tools/midiinstdlg.cpp | 2 | ||||
-rw-r--r-- | arts/tools/midiportdlg.cpp | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/arts/tools/artscontrolapplet.cpp b/arts/tools/artscontrolapplet.cpp index 026a3907..285e08b0 100644 --- a/arts/tools/artscontrolapplet.cpp +++ b/arts/tools/artscontrolapplet.cpp @@ -18,7 +18,7 @@ #include <kglobal.h> #include <klocale.h> #include <tdeconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kmessagebox.h> #include <kdebug.h> #include <tqcursor.h> @@ -70,8 +70,8 @@ ArtsControlApplet::~ArtsControlApplet() { kdDebug()<<k_funcinfo<<endl; } -#include <kaboutdata.h> -#include <kaboutapplication.h> +#include <tdeaboutdata.h> +#include <tdeaboutapplication.h> void ArtsControlApplet::about() { TDEAboutData about( "artscontrolapplet", I18N_NOOP( "aRts Control Applet" ), "0.5", diff --git a/arts/tools/choosebusdlg.cpp b/arts/tools/choosebusdlg.cpp index 3793294f..0a4c5b89 100644 --- a/arts/tools/choosebusdlg.cpp +++ b/arts/tools/choosebusdlg.cpp @@ -32,7 +32,7 @@ #include <kseparator.h> #include <klineedit.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kstdguiitem.h> diff --git a/arts/tools/main.h b/arts/tools/main.h index ae2819b7..a967e512 100644 --- a/arts/tools/main.h +++ b/arts/tools/main.h @@ -25,11 +25,11 @@ #include <qiomanager.h> #include <dispatcher.h> #include <tqmessagebox.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqframe.h> #include <tdemainwindow.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> #include <kstdaction.h> #include <tqlayout.h> diff --git a/arts/tools/midiinstdlg.cpp b/arts/tools/midiinstdlg.cpp index 234a53a8..04859733 100644 --- a/arts/tools/midiinstdlg.cpp +++ b/arts/tools/midiinstdlg.cpp @@ -23,7 +23,7 @@ #include <klocale.h> #include <kstandarddirs.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqlayout.h> #include <tqlabel.h> #include <tqfile.h> diff --git a/arts/tools/midiportdlg.cpp b/arts/tools/midiportdlg.cpp index 49611ec0..b8b70bda 100644 --- a/arts/tools/midiportdlg.cpp +++ b/arts/tools/midiportdlg.cpp @@ -22,7 +22,7 @@ #include "midiportdlg.h" #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqlayout.h> #include <tqlabel.h> #include <kseparator.h> |