diff options
Diffstat (limited to 'knewsticker')
-rw-r--r-- | knewsticker/common/newsengine.cpp | 2 | ||||
-rw-r--r-- | knewsticker/common/newsiconmgr.cpp | 2 | ||||
-rw-r--r-- | knewsticker/knewsticker.cpp | 4 | ||||
-rw-r--r-- | knewsticker/knewstickerconfig.cpp | 2 | ||||
-rw-r--r-- | knewsticker/knewstickerstub/knewstickerstub.cpp | 6 | ||||
-rw-r--r-- | knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp | 2 | ||||
-rw-r--r-- | knewsticker/newsscroller.cpp | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/knewsticker/common/newsengine.cpp b/knewsticker/common/newsengine.cpp index e503c7b1..d0c8c214 100644 --- a/knewsticker/common/newsengine.cpp +++ b/knewsticker/common/newsengine.cpp @@ -14,7 +14,7 @@ #include "xmlnewsaccess.h" #include "newsiconmgr.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kmessagebox.h> #include <kprocess.h> diff --git a/knewsticker/common/newsiconmgr.cpp b/knewsticker/common/newsiconmgr.cpp index 8864478a..228e0618 100644 --- a/knewsticker/common/newsiconmgr.cpp +++ b/knewsticker/common/newsiconmgr.cpp @@ -12,7 +12,7 @@ #include <dcopclient.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kiconloader.h> #include <kstandarddirs.h> diff --git a/knewsticker/knewsticker.cpp b/knewsticker/knewsticker.cpp index a6ea7ce3..01b5c000 100644 --- a/knewsticker/knewsticker.cpp +++ b/knewsticker/knewsticker.cpp @@ -15,8 +15,8 @@ #include "newsiconmgr.h" #include "knewstickerconfig.h" -#include <kaboutapplication.h> -#include <kapplication.h> +#include <tdeaboutapplication.h> +#include <tdeapplication.h> #include <karrowbutton.h> #include <kbugreport.h> #include <kdebug.h> diff --git a/knewsticker/knewstickerconfig.cpp b/knewsticker/knewstickerconfig.cpp index 8ec90bd8..77689310 100644 --- a/knewsticker/knewstickerconfig.cpp +++ b/knewsticker/knewstickerconfig.cpp @@ -14,7 +14,7 @@ #include "newsiconmgr.h" #include "newssourcedlgimpl.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <kcolorbutton.h> #include <kcombobox.h> #include <kdebug.h> diff --git a/knewsticker/knewstickerstub/knewstickerstub.cpp b/knewsticker/knewstickerstub/knewstickerstub.cpp index 3a2b4bd5..234752b7 100644 --- a/knewsticker/knewstickerstub/knewstickerstub.cpp +++ b/knewsticker/knewstickerstub/knewstickerstub.cpp @@ -9,9 +9,9 @@ * accompanying file 'COPYING'. */ -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <kdebug.h> #include <dcopclient.h> diff --git a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp index 6f5f8532..15ebe7f7 100644 --- a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp +++ b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp @@ -17,7 +17,7 @@ #include <document.h> #include <loader.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdelistbox.h> #include <klocale.h> #include <kurl.h> diff --git a/knewsticker/newsscroller.cpp b/knewsticker/newsscroller.cpp index 1cb992fd..cd9d9000 100644 --- a/knewsticker/newsscroller.cpp +++ b/knewsticker/newsscroller.cpp @@ -23,7 +23,7 @@ #include "configaccess.h" #include "newsscroller.h" #include "newsengine.h" -#include <kapplication.h> +#include <tdeapplication.h> class Headline { |