diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:18:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:18:22 -0600 |
commit | 5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0 (patch) | |
tree | cac6b9814cc96ab1755111ea14e40057700ce066 /kopete/protocols/groupwise | |
parent | de2f2bebe2d2d09320470b4fdfb8efeaf334638f (diff) | |
download | tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.tar.gz tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kopete/protocols/groupwise')
-rw-r--r-- | kopete/protocols/groupwise/gwaccount.cpp | 4 | ||||
-rw-r--r-- | kopete/protocols/groupwise/ui/gwcontactproperties.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/groupwise/ui/gweditaccountwidget.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/groupwise/gwaccount.cpp b/kopete/protocols/groupwise/gwaccount.cpp index c61f9dfc..622311c3 100644 --- a/kopete/protocols/groupwise/gwaccount.cpp +++ b/kopete/protocols/groupwise/gwaccount.cpp @@ -22,8 +22,8 @@ #include <tqvalidator.h> -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kdialogbase.h> diff --git a/kopete/protocols/groupwise/ui/gwcontactproperties.cpp b/kopete/protocols/groupwise/ui/gwcontactproperties.cpp index 53ec8224..94be6350 100644 --- a/kopete/protocols/groupwise/ui/gwcontactproperties.cpp +++ b/kopete/protocols/groupwise/ui/gwcontactproperties.cpp @@ -24,7 +24,7 @@ #include <tqmap.h> #include <tqpopupmenu.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kdialogbase.h> #include <klocale.h> diff --git a/kopete/protocols/groupwise/ui/gweditaccountwidget.cpp b/kopete/protocols/groupwise/ui/gweditaccountwidget.cpp index 910c99f4..62ff00ae 100644 --- a/kopete/protocols/groupwise/ui/gweditaccountwidget.cpp +++ b/kopete/protocols/groupwise/ui/gweditaccountwidget.cpp @@ -24,7 +24,7 @@ #include <tqlineedit.h> #include <tqspinbox.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <tdeconfig.h> #include <klocale.h> |