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/gui | |
parent | df14b2948f55e2fccacbe4ae765463a57da35e2b (diff) | |
download | tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.tar.gz tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'arts/gui')
-rw-r--r-- | arts/gui/kde/artstestgui.cpp | 2 | ||||
-rw-r--r-- | arts/gui/kde/dbtest.cpp | 6 | ||||
-rw-r--r-- | arts/gui/kde/kpoti.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/arts/gui/kde/artstestgui.cpp b/arts/gui/kde/artstestgui.cpp index 23833992..5c3613d7 100644 --- a/arts/gui/kde/artstestgui.cpp +++ b/arts/gui/kde/artstestgui.cpp @@ -24,7 +24,7 @@ #include <connect.h> #include <qiomanager.h> #include <tqpushbutton.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <objectmanager.h> using namespace Arts; diff --git a/arts/gui/kde/dbtest.cpp b/arts/gui/kde/dbtest.cpp index 38ef5f7e..0cd781b1 100644 --- a/arts/gui/kde/dbtest.cpp +++ b/arts/gui/kde/dbtest.cpp @@ -1,7 +1,7 @@ -#include <kapplication.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> #include <kstdaction.h> #include <tdeactioncollection.h> diff --git a/arts/gui/kde/kpoti.cpp b/arts/gui/kde/kpoti.cpp index 32202b39..c0a3b5d2 100644 --- a/arts/gui/kde/kpoti.cpp +++ b/arts/gui/kde/kpoti.cpp @@ -36,7 +36,7 @@ #include <kpixmapeffect.h> #include <kglobal.h> #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #define PI 3.1415926 static const int thresholdTime = 500; |