diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:51:02 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:51:02 -0600 |
| commit | a50cfb5969c8ebb952c78873e0ce047f7a54ee39 (patch) | |
| tree | 9bded18eaa33f560d63eccb871ada9d442fe380c /amarok/src/database_refactor | |
| parent | c6dbbd90420d3a5e5588320bf58f182baee52090 (diff) | |
| download | amarok-a50cfb5969c8ebb952c78873e0ce047f7a54ee39.tar.gz amarok-a50cfb5969c8ebb952c78873e0ce047f7a54ee39.zip | |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'amarok/src/database_refactor')
| -rw-r--r-- | amarok/src/database_refactor/collectiondb.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/database_refactor/collectiondb.cpp b/amarok/src/database_refactor/collectiondb.cpp index 250bf9dc..b43a633d 100644 --- a/amarok/src/database_refactor/collectiondb.cpp +++ b/amarok/src/database_refactor/collectiondb.cpp @@ -29,16 +29,16 @@ #include <tqtimer.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kglobal.h> #include <kinputdialog.h> //setupCoverFetcher() -#include <kio/job.h> +#include <tdeio/job.h> #include <klineedit.h> //setupCoverFetcher() #include <klocale.h> #include <kmdcodec.h> #include <kstandarddirs.h> #include <kurl.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <cmath> //DbConnection::sqlite_power() #include <ctime> //query() |
