diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:43 -0600 |
commit | 2c4a290ae270924340991931a9e0ca793f8e9443 (patch) | |
tree | 7aa3b953d70dbdd6a5de525cdd7a5f4319ee1dd5 /kpackage | |
parent | 567923f30f7c0700cb526f26c20b5577bfe2a802 (diff) | |
download | tdeadmin-2c4a290ae270924340991931a9e0ca793f8e9443.tar.gz tdeadmin-2c4a290ae270924340991931a9e0ca793f8e9443.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kpackage')
-rw-r--r-- | kpackage/CHANGES | 2 | ||||
-rw-r--r-- | kpackage/kio.h | 2 | ||||
-rw-r--r-- | kpackage/kpackage.cpp | 2 | ||||
-rw-r--r-- | kpackage/kpackage.h | 2 | ||||
-rw-r--r-- | kpackage/options.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kpackage/CHANGES b/kpackage/CHANGES index e9a8fb2..6385956 100644 --- a/kpackage/CHANGES +++ b/kpackage/CHANGES @@ -216,7 +216,7 @@ Fix compiling without RPM kpackage-0.9 ------------ Add searching for package that includes a file (dialog with DND) -Use kfile file selector +Use tdefile file selector Only create file list when accessed Don't reload package tree after add or delete Add toolbar (prevent toolbar envy) diff --git a/kpackage/kio.h b/kpackage/kio.h index 6698d67..83e9794 100644 --- a/kpackage/kio.h +++ b/kpackage/kio.h @@ -35,7 +35,7 @@ #include <tqfile.h> #include <tqtextstream.h> #include "../config.h" -#include <kio/job.h> +#include <tdeio/job.h> class Kio: public TQObject { diff --git a/kpackage/kpackage.cpp b/kpackage/kpackage.cpp index add161e..7c24e17 100644 --- a/kpackage/kpackage.cpp +++ b/kpackage/kpackage.cpp @@ -37,7 +37,7 @@ #include <kdebug.h> #include <kapplication.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kprogress.h> #include <kurl.h> #include <kapplication.h> diff --git a/kpackage/kpackage.h b/kpackage/kpackage.h index 18e6e85..c552b81 100644 --- a/kpackage/kpackage.h +++ b/kpackage/kpackage.h @@ -183,7 +183,7 @@ public: // Widget modes TDEConfig *config; - // pointer to kconfig object + // pointer to tdeconfig object managementWidget *management; // management widget diff --git a/kpackage/options.h b/kpackage/options.h index 433a08c..5eb5d46 100644 --- a/kpackage/options.h +++ b/kpackage/options.h @@ -42,7 +42,7 @@ // KDE headers #include <kapplication.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kpackage.h> |