diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:16 -0600 |
commit | 6630d485e98adf6125ddcaec8a64c9c209e4977c (patch) | |
tree | 689aabd56ebbeead89c4f1625e739b58d6db7c68 /kworldwatch | |
parent | d9056e4cfc9bb3187d193deac2355fce73254d2e (diff) | |
download | tdetoys-6630d485e98adf6125ddcaec8a64c9c209e4977c.tar.gz tdetoys-6630d485e98adf6125ddcaec8a64c9c209e4977c.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kworldwatch')
-rw-r--r-- | kworldwatch/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/main.h b/kworldwatch/main.h index 8ac11f1..ba7e233 100644 --- a/kworldwatch/main.h +++ b/kworldwatch/main.h @@ -30,7 +30,7 @@ ** Bug reports and questions can be sent to kde-devel@kde.org */ #include <kuniqueapplication.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> class MapWidget; |