From 5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:18:22 -0600 Subject: Rename common header files for consistency with class renaming --- kopete/libkopete/avdevice/videodevicepool.h | 2 +- kopete/libkopete/connectionmanager.cpp | 2 +- kopete/libkopete/kautoconfig.cpp | 2 +- kopete/libkopete/knotification.cpp | 2 +- kopete/libkopete/kopeteaway.cpp | 2 +- kopete/libkopete/kopetechatsessionmanager.cpp | 2 +- kopete/libkopete/kopetecommandhandler.cpp | 2 +- kopete/libkopete/kopetecontactlist.cpp | 2 +- kopete/libkopete/kopeteglobal.cpp | 2 +- kopete/libkopete/kopetemetacontact.cpp | 2 +- kopete/libkopete/kopetemimetypehandler.cpp | 2 +- kopete/libkopete/kopeteonlinestatus.cpp | 2 +- kopete/libkopete/kopeteonlinestatusmanager.cpp | 2 +- kopete/libkopete/kopetepassword.cpp | 2 +- kopete/libkopete/kopetepluginmanager.cpp | 2 +- kopete/libkopete/kopeteprefs.cpp | 2 +- kopete/libkopete/kopeteutils.cpp | 2 +- kopete/libkopete/private/kopetecommand.cpp | 2 +- kopete/libkopete/private/kopeteemoticons.cpp | 2 +- kopete/libkopete/private/kopeteviewmanager.cpp | 2 +- kopete/libkopete/tests/kopeteemoticontest.cpp | 2 +- kopete/libkopete/tests/kopetemessage_test.cpp | 2 +- kopete/libkopete/tests/kopetepasswordtest_program.cpp | 6 +++--- kopete/libkopete/tests/kopetepropertiestest.cpp | 4 ++-- kopete/libkopete/tests/kopetewallettest_program.cpp | 6 +++--- kopete/libkopete/ui/addressbookselectorwidget.cpp | 2 +- kopete/libkopete/ui/metacontactselectorwidget.cpp | 2 +- kopete/libkopete/ui/userinfodialog.cpp | 2 +- 28 files changed, 33 insertions(+), 33 deletions(-) (limited to 'kopete/libkopete') diff --git a/kopete/libkopete/avdevice/videodevicepool.h b/kopete/libkopete/avdevice/videodevicepool.h index 2a42f97f..b793172d 100644 --- a/kopete/libkopete/avdevice/videodevicepool.h +++ b/kopete/libkopete/avdevice/videodevicepool.h @@ -31,7 +31,7 @@ #include #include "videodevice.h" #include "kopete_export.h" -#include +#include #include #include diff --git a/kopete/libkopete/connectionmanager.cpp b/kopete/libkopete/connectionmanager.cpp index 4530fa9e..781ea22f 100644 --- a/kopete/libkopete/connectionmanager.cpp +++ b/kopete/libkopete/connectionmanager.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/kopete/libkopete/kautoconfig.cpp b/kopete/libkopete/kautoconfig.cpp index b3595516..3ac39409 100644 --- a/kopete/libkopete/kautoconfig.cpp +++ b/kopete/libkopete/kautoconfig.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include /** diff --git a/kopete/libkopete/knotification.cpp b/kopete/libkopete/knotification.cpp index ea28132f..44529554 100644 --- a/kopete/libkopete/knotification.cpp +++ b/kopete/libkopete/knotification.cpp @@ -19,7 +19,7 @@ #include "knotification.h" #include -#include +#include #include #include #include diff --git a/kopete/libkopete/kopeteaway.cpp b/kopete/libkopete/kopeteaway.cpp index e0bf1553..fe23ee9e 100644 --- a/kopete/libkopete/kopeteaway.cpp +++ b/kopete/libkopete/kopeteaway.cpp @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include diff --git a/kopete/libkopete/kopetechatsessionmanager.cpp b/kopete/libkopete/kopetechatsessionmanager.cpp index 63cf8e38..a5e2810a 100644 --- a/kopete/libkopete/kopetechatsessionmanager.cpp +++ b/kopete/libkopete/kopetechatsessionmanager.cpp @@ -18,7 +18,7 @@ #include "kopetechatsessionmanager.h" #include "kopeteviewmanager.h" -#include +#include #include #include "ui/kopeteview.h" diff --git a/kopete/libkopete/kopetecommandhandler.cpp b/kopete/libkopete/kopetecommandhandler.cpp index cb96ee5c..481f8b88 100644 --- a/kopete/libkopete/kopetecommandhandler.cpp +++ b/kopete/libkopete/kopetecommandhandler.cpp @@ -14,7 +14,7 @@ ************************************************************************* */ -#include +#include #include #include #include diff --git a/kopete/libkopete/kopetecontactlist.cpp b/kopete/libkopete/kopetecontactlist.cpp index 95c625c3..ca947582 100644 --- a/kopete/libkopete/kopetecontactlist.cpp +++ b/kopete/libkopete/kopetecontactlist.cpp @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/kopeteglobal.cpp b/kopete/libkopete/kopeteglobal.cpp index 4b77444d..bf4a89d3 100644 --- a/kopete/libkopete/kopeteglobal.cpp +++ b/kopete/libkopete/kopeteglobal.cpp @@ -18,7 +18,7 @@ #include "kopeteglobal.h" #include "kopeteuiglobal.h" -#include +#include #include #include #include diff --git a/kopete/libkopete/kopetemetacontact.cpp b/kopete/libkopete/kopetemetacontact.cpp index 7bfd87e7..d71962e4 100644 --- a/kopete/libkopete/kopetemetacontact.cpp +++ b/kopete/libkopete/kopetemetacontact.cpp @@ -20,7 +20,7 @@ #include "kopetemetacontact.h" -#include +#include #include #include diff --git a/kopete/libkopete/kopetemimetypehandler.cpp b/kopete/libkopete/kopetemimetypehandler.cpp index 90da909b..8f4741b8 100644 --- a/kopete/libkopete/kopetemimetypehandler.cpp +++ b/kopete/libkopete/kopetemimetypehandler.cpp @@ -21,7 +21,7 @@ #include -#include +#include #include #include #include diff --git a/kopete/libkopete/kopeteonlinestatus.cpp b/kopete/libkopete/kopeteonlinestatus.cpp index 35ec4e4f..f37c18f8 100644 --- a/kopete/libkopete/kopeteonlinestatus.cpp +++ b/kopete/libkopete/kopeteonlinestatus.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include diff --git a/kopete/libkopete/kopeteonlinestatusmanager.cpp b/kopete/libkopete/kopeteonlinestatusmanager.cpp index 02daf0ab..e5c2476f 100644 --- a/kopete/libkopete/kopeteonlinestatusmanager.cpp +++ b/kopete/libkopete/kopeteonlinestatusmanager.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include // for WORDS_BIGENDIAN #include // for min diff --git a/kopete/libkopete/kopetepassword.cpp b/kopete/libkopete/kopetepassword.cpp index 766dfb46..62ba7d42 100644 --- a/kopete/libkopete/kopetepassword.cpp +++ b/kopete/libkopete/kopetepassword.cpp @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/kopetepluginmanager.cpp b/kopete/libkopete/kopetepluginmanager.cpp index 4c94a326..85a0d1fe 100644 --- a/kopete/libkopete/kopetepluginmanager.cpp +++ b/kopete/libkopete/kopetepluginmanager.cpp @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/kopeteprefs.cpp b/kopete/libkopete/kopeteprefs.cpp index 77e8381a..4701edfb 100644 --- a/kopete/libkopete/kopeteprefs.cpp +++ b/kopete/libkopete/kopeteprefs.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/kopeteutils.cpp b/kopete/libkopete/kopeteutils.cpp index 0681b4c7..efd632bd 100644 --- a/kopete/libkopete/kopeteutils.cpp +++ b/kopete/libkopete/kopeteutils.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/private/kopetecommand.cpp b/kopete/libkopete/private/kopetecommand.cpp index 116fee30..1c7ff584 100644 --- a/kopete/libkopete/private/kopetecommand.cpp +++ b/kopete/libkopete/private/kopetecommand.cpp @@ -14,7 +14,7 @@ */ #include -#include +#include #include #include #include diff --git a/kopete/libkopete/private/kopeteemoticons.cpp b/kopete/libkopete/private/kopeteemoticons.cpp index 2109a3d8..4a18e924 100644 --- a/kopete/libkopete/private/kopeteemoticons.cpp +++ b/kopete/libkopete/private/kopeteemoticons.cpp @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/private/kopeteviewmanager.cpp b/kopete/libkopete/private/kopeteviewmanager.cpp index 9fbc19c7..a3150403 100644 --- a/kopete/libkopete/private/kopeteviewmanager.cpp +++ b/kopete/libkopete/private/kopeteviewmanager.cpp @@ -15,7 +15,7 @@ */ -#include +#include #include #include #include diff --git a/kopete/libkopete/tests/kopeteemoticontest.cpp b/kopete/libkopete/tests/kopeteemoticontest.cpp index fe1f8a35..b38c3572 100644 --- a/kopete/libkopete/tests/kopeteemoticontest.cpp +++ b/kopete/libkopete/tests/kopeteemoticontest.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/tests/kopetemessage_test.cpp b/kopete/libkopete/tests/kopetemessage_test.cpp index 238bdb57..43f66f88 100644 --- a/kopete/libkopete/tests/kopetemessage_test.cpp +++ b/kopete/libkopete/tests/kopetemessage_test.cpp @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/tests/kopetepasswordtest_program.cpp b/kopete/libkopete/tests/kopetepasswordtest_program.cpp index 45f0b0f9..8239ca86 100644 --- a/kopete/libkopete/tests/kopetepasswordtest_program.cpp +++ b/kopete/libkopete/tests/kopetepasswordtest_program.cpp @@ -21,9 +21,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/kopete/libkopete/tests/kopetepropertiestest.cpp b/kopete/libkopete/tests/kopetepropertiestest.cpp index e9405c66..f7ce6e5e 100644 --- a/kopete/libkopete/tests/kopetepropertiestest.cpp +++ b/kopete/libkopete/tests/kopetepropertiestest.cpp @@ -23,8 +23,8 @@ #include #include -#include -#include +#include +#include #include #include diff --git a/kopete/libkopete/tests/kopetewallettest_program.cpp b/kopete/libkopete/tests/kopetewallettest_program.cpp index 953124b0..85201f40 100644 --- a/kopete/libkopete/tests/kopetewallettest_program.cpp +++ b/kopete/libkopete/tests/kopetewallettest_program.cpp @@ -17,9 +17,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/kopete/libkopete/ui/addressbookselectorwidget.cpp b/kopete/libkopete/ui/addressbookselectorwidget.cpp index 6ae61bff..9e03292b 100644 --- a/kopete/libkopete/ui/addressbookselectorwidget.cpp +++ b/kopete/libkopete/ui/addressbookselectorwidget.cpp @@ -26,7 +26,7 @@ */ #include -#include +#include #include #include #include diff --git a/kopete/libkopete/ui/metacontactselectorwidget.cpp b/kopete/libkopete/ui/metacontactselectorwidget.cpp index ee6ab0d5..856e421e 100644 --- a/kopete/libkopete/ui/metacontactselectorwidget.cpp +++ b/kopete/libkopete/ui/metacontactselectorwidget.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/ui/userinfodialog.cpp b/kopete/libkopete/ui/userinfodialog.cpp index 130973ce..8c0b2765 100644 --- a/kopete/libkopete/ui/userinfodialog.cpp +++ b/kopete/libkopete/ui/userinfodialog.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.1