summaryrefslogtreecommitdiffstats
path: root/src/app/mainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:03:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:03:52 -0600
commit804a7e2aae915c4dd7b914b1f7e1d7fad8179e64 (patch)
treeda9b199344e01471db8c2689b482bdbfeddbbdf8 /src/app/mainwindow.cpp
parentd5b746f16807666f51f3d1ea6dee40dcdc5a6f3d (diff)
downloadgwenview-804a7e2aae915c4dd7b914b1f7e1d7fad8179e64.tar.gz
gwenview-804a7e2aae915c4dd7b914b1f7e1d7fad8179e64.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/app/mainwindow.cpp')
-rw-r--r--src/app/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp
index f07c219..d5f013d 100644
--- a/src/app/mainwindow.cpp
+++ b/src/app/mainwindow.cpp
@@ -27,10 +27,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <tqwidgetstack.h>
// KDE
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <tdeaccel.h>
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbookmarkmanager.h>
#include <kbookmarkmenu.h>
#include <kcombobox.h>