diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:09:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:09:20 -0600 |
commit | f052e0f1fafde885e6bf192117369d70fa711035 (patch) | |
tree | df683e083186a42d3f95eca02ede7d2e8dd560ac /src/mainwindow.h | |
parent | 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b (diff) | |
download | basket-f052e0f1fafde885e6bf192117369d70fa711035.tar.gz basket-f052e0f1fafde885e6bf192117369d70fa711035.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 77c236c..9d9ea90 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -21,7 +21,7 @@ #ifndef CONTAINER_H #define CONTAINER_H -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <tqtabbar.h> #include <tqtabwidget.h> #include <tqlabel.h> @@ -29,7 +29,7 @@ #include <tqptrlist.h> #include <tqpoint.h> #include <tqclipboard.h> -#include <kaction.h> +#include <tdeaction.h> #include <tqpixmap.h> #include <tqdesktopwidget.h> #include <tqtimer.h> |