Rename common header files for consistency with class renaming

pull/1/head
Timothy Pearson 11 years ago
parent 0ede75fb1a
commit 0079f31d03

@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <kaboutdata.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <tdeaboutdata.h>
#include <tdeapplication.h>
#include <tdecmdlineargs.h>
#include <kdebug.h>
#include <config.h>

@ -1,7 +1,7 @@
// header file for pch support.
#if defined __cplusplus
#include <kapplication.h>
#include <tdeapplication.h>
#include <kdebug.h>
#include <kpushbutton.h>
#include <tdeconfig.h>

Loading…
Cancel
Save