diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:12 -0600 |
commit | 1c9a294e0a6ccae31d9d8f80e7b7f42bf3e91451 (patch) | |
tree | 8e1b9fd14eee8756cc195301f4cdb4e760923f72 /src | |
parent | 54c6a63dd4c025d5cfb36f63489b624e11174183 (diff) | |
download | basket-1c9a294e0a6ccae31d9d8f80e7b7f42bf3e91451.tar.gz basket-1c9a294e0a6ccae31d9d8f80e7b7f42bf3e91451.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src')
-rw-r--r-- | src/basket.cpp | 2 | ||||
-rw-r--r-- | src/crashhandler.cpp | 2 | ||||
-rw-r--r-- | src/mainwindow.cpp | 2 | ||||
-rw-r--r-- | src/notedrag.cpp | 2 | ||||
-rw-r--r-- | src/systemtray.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/basket.cpp b/src/basket.cpp index ff60117..6532335 100644 --- a/src/basket.cpp +++ b/src/basket.cpp @@ -5514,7 +5514,7 @@ void Basket::lock() #include <kurl.h> #include <krun.h> #include <kmessagebox.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "kdirwatch.h" #include <tqstringlist.h> diff --git a/src/crashhandler.cpp b/src/crashhandler.cpp index 6606c0d..bcc72a6 100644 --- a/src/crashhandler.cpp +++ b/src/crashhandler.cpp @@ -18,7 +18,7 @@ #include <kapplication.h> //invokeMailer() #include <kaboutdata.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <klocale.h> #include <ktempfile.h> diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b58dee6..dabecb1 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -63,7 +63,7 @@ #include <kcolordialog.h> #include <kaboutdata.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <tqdesktopwidget.h> #include <twin.h> diff --git a/src/notedrag.cpp b/src/notedrag.cpp index 87d0a07..5f00918 100644 --- a/src/notedrag.cpp +++ b/src/notedrag.cpp @@ -24,7 +24,7 @@ #include <tqtextcodec.h> #include <tqbuffer.h> #include <kurldrag.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kapplication.h> #include <tqdesktopwidget.h> diff --git a/src/systemtray.cpp b/src/systemtray.cpp index 503eb3e..7700f28 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -40,7 +40,7 @@ // Others: #include <kmessagebox.h> #include <kmanagerselection.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kapplication.h> #include <kpopupmenu.h> #include <kiconloader.h> |