diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:09:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:09:20 -0600 |
commit | f052e0f1fafde885e6bf192117369d70fa711035 (patch) | |
tree | df683e083186a42d3f95eca02ede7d2e8dd560ac /src/newbasketdialog.cpp | |
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/newbasketdialog.cpp')
-rw-r--r-- | src/newbasketdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newbasketdialog.cpp b/src/newbasketdialog.cpp index 5651815..ceaf987 100644 --- a/src/newbasketdialog.cpp +++ b/src/newbasketdialog.cpp @@ -32,7 +32,7 @@ #include <tqpainter.h> #include <kapplication.h> #include <kiconloader.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include "newbasketdialog.h" #include "basketfactory.h" |