diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:03:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:03:10 -0600 |
commit | 782ea254f2b2cc59c01c9fa9c26df3262b05648a (patch) | |
tree | ea2570417efdc330ee127513e1ca90180ab59311 /blinken | |
parent | c7c2e1330f7496d86e25cd9e408ae9f62f2d9bcb (diff) | |
download | tdeedu-782ea254f2b2cc59c01c9fa9c26df3262b05648a.tar.gz tdeedu-782ea254f2b2cc59c01c9fa9c26df3262b05648a.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'blinken')
-rw-r--r-- | blinken/src/blinken.cpp | 2 | ||||
-rw-r--r-- | blinken/src/button.cpp | 2 | ||||
-rw-r--r-- | blinken/src/fontchecker.cpp | 2 | ||||
-rw-r--r-- | blinken/src/highscoredialog.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/blinken/src/blinken.cpp b/blinken/src/blinken.cpp index 9cd04bbb..54d45532 100644 --- a/blinken/src/blinken.cpp +++ b/blinken/src/blinken.cpp @@ -14,7 +14,7 @@ #include <kaction.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <khelpmenu.h> #include <kinputdialog.h> #include <klocale.h> diff --git a/blinken/src/button.cpp b/blinken/src/button.cpp index 36f18511..16d5d91e 100644 --- a/blinken/src/button.cpp +++ b/blinken/src/button.cpp @@ -9,7 +9,7 @@ #include <kaction.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kstandarddirs.h> #include <kdebug.h> diff --git a/blinken/src/fontchecker.cpp b/blinken/src/fontchecker.cpp index f6bc9440..56bd1731 100644 --- a/blinken/src/fontchecker.cpp +++ b/blinken/src/fontchecker.cpp @@ -10,7 +10,7 @@ #include <tqfont.h> #include <tqfontinfo.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include "fontchecker.h" diff --git a/blinken/src/highscoredialog.cpp b/blinken/src/highscoredialog.cpp index 1121eb30..2824c217 100644 --- a/blinken/src/highscoredialog.cpp +++ b/blinken/src/highscoredialog.cpp @@ -13,7 +13,7 @@ #include <tqtabwidget.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include "highscoredialog.h" |