diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:08 -0600 |
commit | ef5399ae5a952065c7a0679d4a875d154c972945 (patch) | |
tree | fcb55d81ad3cadbd3005f3d91bd92a49570a0905 /parts/grepview | |
parent | 56af19378809499e458b6cba44b6988077268773 (diff) | |
download | tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.tar.gz tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'parts/grepview')
-rw-r--r-- | parts/grepview/grepdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/grepview/grepdlg.cpp b/parts/grepview/grepdlg.cpp index 74e6bf03..7bd26a0f 100644 --- a/parts/grepview/grepdlg.cpp +++ b/parts/grepview/grepdlg.cpp @@ -21,7 +21,7 @@ #include <tdefiledialog.h> #include <kbuttonbox.h> #include <kpushbutton.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kiconloader.h> #include <klocale.h> #include <tdeconfig.h> |