summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:03:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:03:39 -0600
commitf926e13d64c368c7dd24d2ccc7d6dae9c0b80880 (patch)
tree918afaeb5206110fc0ca8b226f0dd6a6d6dd6d23 /src/main.cpp
parentc102db8fa45cbf5ad7a29b644cd929812225cfa7 (diff)
downloaddolphin-f926e13d64c368c7dd24d2ccc7d6dae9c0b80880.tar.gz
dolphin-f926e13d64c368c7dd24d2ccc7d6dae9c0b80880.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9971999..f42af5b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -20,10 +20,10 @@
***************************************************************************/
#include "dolphin.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
#include <krun.h>