From cfb328d59024a251690b6e47c9f8d343fd8c241c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 15 Feb 2013 21:59:38 -0600 Subject: Rename additional header files to avoid conflicts with KDE4 --- akregator/src/actionmanagerimpl.cpp | 2 +- akregator/src/addfeeddialog.cpp | 4 ++-- akregator/src/akregator_options.h | 2 +- akregator/src/akregator_part.cpp | 6 +++--- akregator/src/akregator_view.cpp | 4 ++-- akregator/src/articlelistview.cpp | 4 ++-- akregator/src/articleviewer.cpp | 6 +++--- akregator/src/articleviewer.h | 2 +- akregator/src/configdialog.cpp | 2 +- akregator/src/feed.cpp | 2 +- akregator/src/feedlist.cpp | 2 +- akregator/src/feedlistview.cpp | 2 +- akregator/src/frame.cpp | 2 +- akregator/src/main.cpp | 2 +- akregator/src/mainwindow.cpp | 6 +++--- akregator/src/mk4storage/feedstoragemk4impl.cpp | 2 +- akregator/src/mk4storage/mk4confwidget.cpp | 4 ++-- akregator/src/mk4storage/mk4plugin.cpp | 2 +- akregator/src/mk4storage/storagefactorymk4impl.cpp | 2 +- akregator/src/notificationmanager.cpp | 2 +- akregator/src/pageviewer.cpp | 4 ++-- akregator/src/pluginmanager.cpp | 4 ++-- akregator/src/progressmanager.cpp | 2 +- akregator/src/propertiesdialog.cpp | 2 +- akregator/src/searchbar.cpp | 2 +- akregator/src/simplenodeselector.cpp | 2 +- akregator/src/speechclient.cpp | 2 +- akregator/src/storagefactorydummyimpl.cpp | 2 +- akregator/src/tabwidget.cpp | 2 +- akregator/src/tagnodelist.cpp | 2 +- akregator/src/tagpropertiesdialog.cpp | 2 +- akregator/src/trayicon.cpp | 4 ++-- akregator/src/viewer.cpp | 4 ++-- 33 files changed, 47 insertions(+), 47 deletions(-) (limited to 'akregator/src') diff --git a/akregator/src/actionmanagerimpl.cpp b/akregator/src/actionmanagerimpl.cpp index 84695ce2..87b1ff19 100644 --- a/akregator/src/actionmanagerimpl.cpp +++ b/akregator/src/actionmanagerimpl.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/akregator/src/addfeeddialog.cpp b/akregator/src/addfeeddialog.cpp index 557fcd0f..0642fa48 100644 --- a/akregator/src/addfeeddialog.cpp +++ b/akregator/src/addfeeddialog.cpp @@ -29,13 +29,13 @@ #include #include -#include +#include #include #include #include #include #include -#include +#include namespace Akregator { diff --git a/akregator/src/akregator_options.h b/akregator/src/akregator_options.h index 1f59834d..20f29ffc 100644 --- a/akregator/src/akregator_options.h +++ b/akregator/src/akregator_options.h @@ -26,7 +26,7 @@ #define AKREGATOR_OPTIONS_H #include -#include +#include namespace Akregator { diff --git a/akregator/src/akregator_part.cpp b/akregator/src/akregator_part.cpp index 16ae8e08..48311dcc 100644 --- a/akregator/src/akregator_part.cpp +++ b/akregator/src/akregator_part.cpp @@ -31,18 +31,18 @@ #include #include #include -#include +#include #include #include #include -#include +#include #include #include #include #include #include #include -#include +#include #include #include #include diff --git a/akregator/src/akregator_view.cpp b/akregator/src/akregator_view.cpp index f03c2361..fa869175 100644 --- a/akregator/src/akregator_view.cpp +++ b/akregator/src/akregator_view.cpp @@ -73,8 +73,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/akregator/src/articlelistview.cpp b/akregator/src/articlelistview.cpp index c08867b2..96a2a050 100644 --- a/akregator/src/articlelistview.cpp +++ b/akregator/src/articlelistview.cpp @@ -34,9 +34,9 @@ #include #include -#include +#include #include -#include +#include #include #include diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp index e31cd3ab..96b269e6 100644 --- a/akregator/src/articleviewer.cpp +++ b/akregator/src/articleviewer.cpp @@ -30,14 +30,14 @@ #include #include #include -#include +#include #include -#include +#include #include #include #include #include -#include +#include #include #include diff --git a/akregator/src/articleviewer.h b/akregator/src/articleviewer.h index ace931c8..44443f7d 100644 --- a/akregator/src/articleviewer.h +++ b/akregator/src/articleviewer.h @@ -26,7 +26,7 @@ #ifndef ARTICLEVIEWER_H #define ARTICLEVIEWER_H -#include +#include #include #include diff --git a/akregator/src/configdialog.cpp b/akregator/src/configdialog.cpp index b88272b4..5a280e1c 100644 --- a/akregator/src/configdialog.cpp +++ b/akregator/src/configdialog.cpp @@ -25,7 +25,7 @@ #include #include -#include +#include #include "configdialog.h" diff --git a/akregator/src/feed.cpp b/akregator/src/feed.cpp index a68aedbb..3b0d8103 100644 --- a/akregator/src/feed.cpp +++ b/akregator/src/feed.cpp @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include "akregatorconfig.h" diff --git a/akregator/src/feedlist.cpp b/akregator/src/feedlist.cpp index e05aded8..708b4fb7 100644 --- a/akregator/src/feedlist.cpp +++ b/akregator/src/feedlist.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include #include "article.h" #include "feed.h" diff --git a/akregator/src/feedlistview.cpp b/akregator/src/feedlistview.cpp index 6147f4d2..d6ea394a 100644 --- a/akregator/src/feedlistview.cpp +++ b/akregator/src/feedlistview.cpp @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/akregator/src/frame.cpp b/akregator/src/frame.cpp index 351d3512..6e27b915 100644 --- a/akregator/src/frame.cpp +++ b/akregator/src/frame.cpp @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include diff --git a/akregator/src/main.cpp b/akregator/src/main.cpp index f1726fcc..4c4b31ec 100644 --- a/akregator/src/main.cpp +++ b/akregator/src/main.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include diff --git a/akregator/src/mainwindow.cpp b/akregator/src/mainwindow.cpp index a2d0725e..6cf6ad51 100644 --- a/akregator/src/mainwindow.cpp +++ b/akregator/src/mainwindow.cpp @@ -36,11 +36,11 @@ #include #include #include -#include +#include #include #include -#include -#include +#include +#include #include #include #include diff --git a/akregator/src/mk4storage/feedstoragemk4impl.cpp b/akregator/src/mk4storage/feedstoragemk4impl.cpp index 58d5e31f..501b8b26 100644 --- a/akregator/src/mk4storage/feedstoragemk4impl.cpp +++ b/akregator/src/mk4storage/feedstoragemk4impl.cpp @@ -35,7 +35,7 @@ #include #include -#include +#include #include namespace Akregator { diff --git a/akregator/src/mk4storage/mk4confwidget.cpp b/akregator/src/mk4storage/mk4confwidget.cpp index 788087f8..c028b156 100644 --- a/akregator/src/mk4storage/mk4confwidget.cpp +++ b/akregator/src/mk4storage/mk4confwidget.cpp @@ -28,8 +28,8 @@ #include #include -#include -#include +#include +#include #include namespace Akregator { diff --git a/akregator/src/mk4storage/mk4plugin.cpp b/akregator/src/mk4storage/mk4plugin.cpp index b3493be3..16000308 100644 --- a/akregator/src/mk4storage/mk4plugin.cpp +++ b/akregator/src/mk4storage/mk4plugin.cpp @@ -24,7 +24,7 @@ #include "mk4plugin.h" -#include +#include #include "storagefactorymk4impl.h" #include "storagefactoryregistry.h" diff --git a/akregator/src/mk4storage/storagefactorymk4impl.cpp b/akregator/src/mk4storage/storagefactorymk4impl.cpp index 7a9cd065..6f0eec34 100644 --- a/akregator/src/mk4storage/storagefactorymk4impl.cpp +++ b/akregator/src/mk4storage/storagefactorymk4impl.cpp @@ -26,7 +26,7 @@ //#include "mk4confwidget.h" //#include "mk4config.h" -#include +#include #include #include #include diff --git a/akregator/src/notificationmanager.cpp b/akregator/src/notificationmanager.cpp index 60066c5f..5a144681 100644 --- a/akregator/src/notificationmanager.cpp +++ b/akregator/src/notificationmanager.cpp @@ -22,7 +22,7 @@ without including the source code for TQt in the source distribution. */ -#include +#include #include #include #include diff --git a/akregator/src/pageviewer.cpp b/akregator/src/pageviewer.cpp index 6bc2592a..1408255e 100644 --- a/akregator/src/pageviewer.cpp +++ b/akregator/src/pageviewer.cpp @@ -34,11 +34,11 @@ #include #include #include -#include +#include #include #include #include -#include +#include #include #include #include diff --git a/akregator/src/pluginmanager.cpp b/akregator/src/pluginmanager.cpp index 87e77a3b..8efe9c71 100644 --- a/akregator/src/pluginmanager.cpp +++ b/akregator/src/pluginmanager.cpp @@ -23,8 +23,8 @@ email : markey@web.de #include #include -#include -#include +#include +#include using std::vector; using Akregator::Plugin; diff --git a/akregator/src/progressmanager.cpp b/akregator/src/progressmanager.cpp index 07290a13..dd27fbe9 100644 --- a/akregator/src/progressmanager.cpp +++ b/akregator/src/progressmanager.cpp @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include diff --git a/akregator/src/propertiesdialog.cpp b/akregator/src/propertiesdialog.cpp index a0f13c47..149eb480 100644 --- a/akregator/src/propertiesdialog.cpp +++ b/akregator/src/propertiesdialog.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include diff --git a/akregator/src/searchbar.cpp b/akregator/src/searchbar.cpp index 9d234186..afd3b346 100644 --- a/akregator/src/searchbar.cpp +++ b/akregator/src/searchbar.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include diff --git a/akregator/src/simplenodeselector.cpp b/akregator/src/simplenodeselector.cpp index 66ce00ae..4291bb45 100644 --- a/akregator/src/simplenodeselector.cpp +++ b/akregator/src/simplenodeselector.cpp @@ -29,7 +29,7 @@ #include "treenodevisitor.h" #include -#include +#include #include #include diff --git a/akregator/src/speechclient.cpp b/akregator/src/speechclient.cpp index 38f1f8bf..1eae5740 100644 --- a/akregator/src/speechclient.cpp +++ b/akregator/src/speechclient.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/akregator/src/storagefactorydummyimpl.cpp b/akregator/src/storagefactorydummyimpl.cpp index 45f9fc0a..b794241c 100644 --- a/akregator/src/storagefactorydummyimpl.cpp +++ b/akregator/src/storagefactorydummyimpl.cpp @@ -24,7 +24,7 @@ #include "storagefactorydummyimpl.h" #include "storagedummyimpl.h" -#include +#include #include #include #include diff --git a/akregator/src/tabwidget.cpp b/akregator/src/tabwidget.cpp index da69b69e..76c8b198 100644 --- a/akregator/src/tabwidget.cpp +++ b/akregator/src/tabwidget.cpp @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/akregator/src/tagnodelist.cpp b/akregator/src/tagnodelist.cpp index a30e1b3d..6d60da63 100644 --- a/akregator/src/tagnodelist.cpp +++ b/akregator/src/tagnodelist.cpp @@ -36,7 +36,7 @@ #include #include -#include +#include namespace Akregator { diff --git a/akregator/src/tagpropertiesdialog.cpp b/akregator/src/tagpropertiesdialog.cpp index 531b7ff9..4f73467e 100644 --- a/akregator/src/tagpropertiesdialog.cpp +++ b/akregator/src/tagpropertiesdialog.cpp @@ -23,7 +23,7 @@ */ #include -#include +#include #include diff --git a/akregator/src/trayicon.cpp b/akregator/src/trayicon.cpp index 3e87ca77..fc26cade 100644 --- a/akregator/src/trayicon.cpp +++ b/akregator/src/trayicon.cpp @@ -29,8 +29,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/akregator/src/viewer.cpp b/akregator/src/viewer.cpp index 0693fd21..a9c4d6fc 100644 --- a/akregator/src/viewer.cpp +++ b/akregator/src/viewer.cpp @@ -28,8 +28,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include -- cgit v1.2.3