diff options
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 <anders.lund@lund.tdcadsl.dk> +// Taken from tdebase-3.4.0/kate/app/kateviewspace.cpp, Copyright Anders Lund <anders.lund@lund.tdcadsl.dk> /* "KateViewSpaceStatusBarSeparator" A 2 px line to separate the statusbar from the view. |
