summaryrefslogtreecommitdiffstats
path: root/src/app/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:03:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:03:42 -0600
commitf18f782743d9c7465d85be4e109015542bb95cc2 (patch)
treed3b5858fed0055c905182ce274d693c260e56825 /src/app/main.cpp
parent6b67dd040e30da7c4cb1ea245f35694a368a3fc3 (diff)
downloadfilelight-f18f782743d9c7465d85be4e109015542bb95cc2.tar.gz
filelight-f18f782743d9c7465d85be4e109015542bb95cc2.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 262d701..630371f 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -2,9 +2,9 @@
//Copyright: See COPYING file that comes with this distribution
#include "define.h"
-#include <kaboutdata.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
#include <kurl.h>
#include "mainWindow.h"