diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:42:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:42:25 -0600 |
commit | 354f9b0df78978c115b1279a635893aa7ed3df74 (patch) | |
tree | b9d3f58d44240349950a3651850328ca10e7e332 /src | |
parent | e4f28f8bd1514532f94eddf672e829d33f7524ce (diff) | |
download | ktechlab-354f9b0df78978c115b1279a635893aa7ed3df74.tar.gz ktechlab-354f9b0df78978c115b1279a635893aa7ed3df74.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/projectdlgs.cpp | 2 | ||||
-rw-r--r-- | src/recentfilesaction.h | 2 | ||||
-rw-r--r-- | src/view.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/projectdlgs.cpp b/src/gui/projectdlgs.cpp index cb4af7a..0f3ed9d 100644 --- a/src/gui/projectdlgs.cpp +++ b/src/gui/projectdlgs.cpp @@ -19,7 +19,7 @@ #include <assert.h> #include <kcombobox.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kfiledialog.h> #include <klineedit.h> #include <klocale.h> diff --git a/src/recentfilesaction.h b/src/recentfilesaction.h index 97bc04d..33598bf 100644 --- a/src/recentfilesaction.h +++ b/src/recentfilesaction.h @@ -14,7 +14,7 @@ #include <kactionclasses.h> /** -Taken mainly from kdelibs/tdeui/kactionclasses.[cpp/h], author Michael Koch. +Taken mainly from tdelibs/tdeui/kactionclasses.[cpp/h], author Michael Koch. Adapted to work around strange bug occuring. */ class RecentFilesAction : public KSelectAction diff --git a/src/view.cpp b/src/view.cpp index 09907eb..a5d2c20 100644 --- a/src/view.cpp +++ b/src/view.cpp @@ -22,7 +22,7 @@ #include <tqpainter.h> //BEGIN KVSSBSep -// Taken from kdebase-3.4.0/kate/app/kateviewspace.cpp, Copyright Anders Lund <[email protected]> +// Taken from tdebase-3.4.0/kate/app/kateviewspace.cpp, Copyright Anders Lund <[email protected]> /* "KateViewSpaceStatusBarSeparator" A 2 px line to separate the statusbar from the view. |