diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:56:40 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:56:40 -0600 |
| commit | 4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e (patch) | |
| tree | 8bdb18e6838f1eb1357e22b6e50b2948d33868a6 /ktouch/src/ktouch.cpp | |
| parent | d5f01dcc48ac3af828089b8810ef30a245e0346b (diff) | |
| download | tdeedu-4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e.tar.gz tdeedu-4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e.zip | |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'ktouch/src/ktouch.cpp')
| -rw-r--r-- | ktouch/src/ktouch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/ktouch.cpp b/ktouch/src/ktouch.cpp index c25bd26c..a92c0b4e 100644 --- a/ktouch/src/ktouch.cpp +++ b/ktouch/src/ktouch.cpp @@ -25,12 +25,12 @@ //#include <tqimevent.h> // KDE Header -#include <klocale.h> +#include <tdelocale.h> #include <kstatusbar.h> #include <tdefiledialog.h> #include <tdeaction.h> #include <kstandarddirs.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdebug.h> #include <tdepopupmenu.h> #include <tdeconfigdialog.h> |
