diff options
author | Slávek Banko <[email protected]> | 2013-07-24 19:39:16 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-24 19:39:16 +0200 |
commit | 272d7c3f5b0ff67c80ee83c0e5cc58c8273fc9d2 (patch) | |
tree | 9fc3ded2c78389d724cde5d1ded78c5406b88080 /src/mainwidget.cpp | |
parent | a9591478337b722e704e2f6eaaeff231a92779e8 (diff) | |
download | knmap-272d7c3f5b0ff67c80ee83c0e5cc58c8273fc9d2.tar.gz knmap-272d7c3f5b0ff67c80ee83c0e5cc58c8273fc9d2.zip |
Additional KDE3 => TDE conversion
Diffstat (limited to 'src/mainwidget.cpp')
-rw-r--r-- | src/mainwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwidget.cpp b/src/mainwidget.cpp index 17756aa..6f235e2 100644 --- a/src/mainwidget.cpp +++ b/src/mainwidget.cpp @@ -22,12 +22,12 @@ #include <ntqtimer.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kinputdialog.h> #include <tdelocale.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include "htmlwidget.h" #include "indexwidget.h" |