diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:45 -0600 |
commit | 6b23c84fe51a08a5b6107a2fa44100e747424796 (patch) | |
tree | 9d1bab3454172bc65b8d91d35ad3ab38c5d2f8fd /kmouth/kmouth.h | |
parent | 8d6262f12ea35c0a67dbbdadc732f9b640c19b07 (diff) | |
download | tdeaccessibility-6b23c84fe51a08a5b6107a2fa44100e747424796.tar.gz tdeaccessibility-6b23c84fe51a08a5b6107a2fa44100e747424796.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kmouth/kmouth.h')
-rw-r--r-- | kmouth/kmouth.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmouth/kmouth.h b/kmouth/kmouth.h index 0ba6557..241e4e1 100644 --- a/kmouth/kmouth.h +++ b/kmouth/kmouth.h @@ -28,9 +28,9 @@ // include files for KDE #include <kapplication.h> -#include <kmainwindow.h> -#include <kaccel.h> -#include <kaction.h> +#include <tdemainwindow.h> +#include <tdeaccel.h> +#include <tdeaction.h> #include <kurl.h> // forward declaration of the KMouth classes |