summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:10:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:10:43 -0600
commit0fde6f4f75a47dd290b9168c1984eec10afd1c84 (patch)
treea838e0c7eda69a6401be424977e28b3e768b6ce7 /src
parentc4c844b9b5c36e53cdb118102f95784cc79e9df2 (diff)
downloadsoundkonverter-0fde6f4f75a47dd290b9168c1984eec10afd1c84.tar.gz
soundkonverter-0fde6f4f75a47dd290b9168c1984eec10afd1c84.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'src')
-rwxr-xr-xsrc/config.cpp2
-rwxr-xr-xsrc/filelist.cpp2
-rwxr-xr-xsrc/main.cpp4
-rwxr-xr-xsrc/replaygainfilelist.cpp2
-rwxr-xr-xsrc/soundkonverter.cpp2
-rwxr-xr-xsrc/soundkonverterapp.cpp2
6 files changed, 7 insertions, 7 deletions
diff --git a/src/config.cpp b/src/config.cpp
index 76ae2c2..c01f3a8 100755
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -13,7 +13,7 @@
#include <kglobal.h>
#include <kstandarddirs.h>
#include <kmimetype.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <tdeio/netaccess.h>
diff --git a/src/filelist.cpp b/src/filelist.cpp
index a984fe1..f9c510c 100755
--- a/src/filelist.cpp
+++ b/src/filelist.cpp
@@ -19,7 +19,7 @@
#include <kmountpoint.h>
#include <kstandarddirs.h>
#include <kurldrag.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqlayout.h>
#include <tqfileinfo.h>
diff --git a/src/main.cpp b/src/main.cpp
index c1223cf..8beedaa 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -4,8 +4,8 @@
#include "tplugins.h"
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
static const char description[] =
diff --git a/src/replaygainfilelist.cpp b/src/replaygainfilelist.cpp
index 340aff9..c0fe715 100755
--- a/src/replaygainfilelist.cpp
+++ b/src/replaygainfilelist.cpp
@@ -25,7 +25,7 @@
#include <kprogress.h>
#include <kprocess.h>
#include <kmimetype.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kuser.h>
// TODO move listDir, addFiles, addDir, etc -- done?
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp
index c2e89a0..49e3e27 100755
--- a/src/soundkonverter.cpp
+++ b/src/soundkonverter.cpp
@@ -19,7 +19,7 @@
#include "optionsrequester.h"
#include "dirdialog.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <kiconloader.h>
#include <tdefiledialog.h>
diff --git a/src/soundkonverterapp.cpp b/src/soundkonverterapp.cpp
index f7208e4..9ff3949 100755
--- a/src/soundkonverterapp.cpp
+++ b/src/soundkonverterapp.cpp
@@ -8,7 +8,7 @@
#include <kglobal.h>
#include <kstartupinfo.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <dcopclient.h>
#include <ksystemtray.h>
#include <kstandarddirs.h>