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 /kturtle | |
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 'kturtle')
-rw-r--r-- | kturtle/TODO | 2 | ||||
-rw-r--r-- | kturtle/file.txt | 2 | ||||
-rw-r--r-- | kturtle/src/kturtle.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kturtle/TODO b/kturtle/TODO index 0cab39f0..f2c8b3a9 100644 --- a/kturtle/TODO +++ b/kturtle/TODO @@ -269,7 +269,7 @@ print command is buggy, examples: FIXED! RESEARCH ON THE HELP PROBLEM -then the help-kioslave is tdelibs/kdoctools +then the help-tdeioslave is tdelibs/kdoctools little help needed: when i use konq to go "help:/kate?anchor=kate-part-selection-persistent" (which is the proper way to go diff --git a/kturtle/file.txt b/kturtle/file.txt index 8203dad7..05305192 100644 --- a/kturtle/file.txt +++ b/kturtle/file.txt @@ -15,7 +15,7 @@ The following packages will be REMOVED: kappfinder karm kate kcontrol kde-cvs-snapshot tdeartwork tdeartwork-misc tdeartwork-style tdeartwork-theme-desktop tdeartwork-theme-window tdebase tdebase-bin tdebase-data tdebase-kio-plugins tdelibs tdelibs-bin tdelibs-data - tdelibs4 tdelibs4-doc tdepim tdepim-kfile-plugins tdepim-libs tdeprint + tdelibs4 tdelibs4-doc tdepim tdepim-tdefile-plugins tdepim-libs tdeprint kdesktop tdm kfind kgpgcertmanager khelpcenter kicker kitchensync klipper kmail kmailcvt kmenuedit knode knotes konqueror konqueror-nsplugins konsole kontact korganizer korn kpager kpersonalizer kpilot tdescreensaver ksmserver diff --git a/kturtle/src/kturtle.cpp b/kturtle/src/kturtle.cpp index 587c6020..69214822 100644 --- a/kturtle/src/kturtle.cpp +++ b/kturtle/src/kturtle.cpp @@ -28,10 +28,10 @@ #include <tqwhatsthis.h> #include <kapplication.h> -#include <kconfigdialog.h> +#include <tdeconfigdialog.h> #include <kdebug.h> #include <kedittoolbar.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kimageio.h> #include <kinputdialog.h> #include <klocale.h> |