diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:11:01 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:11:01 -0600 |
| commit | 13e480c92e41a25f2ff3e3a13062e57f183e19ed (patch) | |
| tree | 67cebab2a1f5799accb319b2a9417834386245b8 /src/svnfrontend/fronthelpers | |
| parent | 02559f83195e0d7f87b88328d10cd0a1e8c57f35 (diff) | |
| download | tdesvn-13e480c92e41a25f2ff3e3a13062e57f183e19ed.tar.gz tdesvn-13e480c92e41a25f2ff3e3a13062e57f183e19ed.zip | |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/svnfrontend/fronthelpers')
| -rw-r--r-- | src/svnfrontend/fronthelpers/cursorstack.h | 2 | ||||
| -rw-r--r-- | src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/fronthelpers/cursorstack.h b/src/svnfrontend/fronthelpers/cursorstack.h index ba69612..0cf55f9 100644 --- a/src/svnfrontend/fronthelpers/cursorstack.h +++ b/src/svnfrontend/fronthelpers/cursorstack.h @@ -24,7 +24,7 @@ #ifndef __CURSOR_STACK_H #define __CURSOR_STACK_H -#include <kapplication.h> +#include <tdeapplication.h> #include <tqcursor.h> //! Change cursor on stack. diff --git a/src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp b/src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp index 534d0b9..3172df1 100644 --- a/src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp +++ b/src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp @@ -24,7 +24,7 @@ #include <kpushbutton.h> #include <kdialog.h> #include <tdefiledialog.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <tqvbox.h> |
