diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:20:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:20:33 -0600 |
commit | 41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6 (patch) | |
tree | 63976c277d171292373b91b4f23aeb84c4712e9e /kpat/pwidget.cpp | |
parent | 58a97ed3af5e4df6c4a58d043b0c267bd97056a9 (diff) | |
download | tdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.tar.gz tdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kpat/pwidget.cpp')
-rw-r--r-- | kpat/pwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/pwidget.cpp b/kpat/pwidget.cpp index 003b4b6f..a22c147b 100644 --- a/kpat/pwidget.cpp +++ b/kpat/pwidget.cpp @@ -26,7 +26,7 @@ #include <kapplication.h> #include <klocale.h> -#include <kaction.h> +#include <tdeaction.h> #include <kdebug.h> #include <kcarddialog.h> #include <kinputdialog.h> @@ -36,7 +36,7 @@ #include <tdeio/netaccess.h> #include <kmessagebox.h> #include <kstatusbar.h> -#include <kaccelmanager.h> +#include <tdeaccelmanager.h> #include <kmenubar.h> #include "pwidget.h" |