diff options
Diffstat (limited to 'src/app/mainwindow.cpp')
-rw-r--r-- | src/app/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index f07c219..d5f013d 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -27,10 +27,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include <tqwidgetstack.h> // KDE -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <tdeaccel.h> #include <tdeaction.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kbookmarkmanager.h> #include <kbookmarkmenu.h> #include <kcombobox.h> |