diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:09:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:09:02 -0600 |
commit | 094daabeade28ad530b479e2e9ad6571756d641f (patch) | |
tree | ec295b6c00cc4b7de02ac21d86bf5175ceb6311a /src/mainwindow.h | |
parent | 6d33c9774c2d9115894db9ad296b91b73b55bc97 (diff) | |
download | abakus-094daabeade28ad530b479e2e9ad6571756d641f.tar.gz abakus-094daabeade28ad530b479e2e9ad6571756d641f.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 02a4e7f..9b1e8a5 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <kmainwindow.h> +#include <tdemainwindow.h> #include "numerictypes.h" |