diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:20:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:20:12 -0600 |
commit | 67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d (patch) | |
tree | 07b85c0ecb70077c87f3b52207393a92c180f413 /kjsembed/customobject_imp.cpp | |
parent | ae2858133ebe92da16e5aab05f0b138de7cf514c (diff) | |
download | tdebindings-67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d.tar.gz tdebindings-67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/customobject_imp.cpp')
-rw-r--r-- | kjsembed/customobject_imp.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kjsembed/customobject_imp.cpp b/kjsembed/customobject_imp.cpp index 6d06d774..5092c27f 100644 --- a/kjsembed/customobject_imp.cpp +++ b/kjsembed/customobject_imp.cpp @@ -46,15 +46,15 @@ #ifndef QT_ONLY #include <tdehtml_part.h> -#include <kaction.h> +#include <tdeaction.h> -#include <klistview.h> +#include <tdelistview.h> #include <kurl.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <kmenubar.h> #include <kstatusbar.h> #include <ksystemtray.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #endif // QT_ONLY |