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 /keduca/libkeduca/kgallerydialog.cpp | |
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 'keduca/libkeduca/kgallerydialog.cpp')
-rw-r--r-- | keduca/libkeduca/kgallerydialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keduca/libkeduca/kgallerydialog.cpp b/keduca/libkeduca/kgallerydialog.cpp index f7e11da3..1ea3180b 100644 --- a/keduca/libkeduca/kgallerydialog.cpp +++ b/keduca/libkeduca/kgallerydialog.cpp @@ -19,10 +19,10 @@ #include "kgallerydialog.moc" #include <kdebug.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include <kmessagebox.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <tqlineedit.h> #include <tqlistview.h> |