diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:49:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:49:33 -0600 |
commit | 51cb17939cc986de61b7cce799076ee6ddcbf3b2 (patch) | |
tree | 30b6c628b25f1dece45df9dbb11bfd546dba5406 /lib/syncAction.cc | |
parent | cbf5d0cef8875e3a03b49338d42784e23f96b26d (diff) | |
download | kpilot-51cb17939cc986de61b7cce799076ee6ddcbf3b2.tar.gz kpilot-51cb17939cc986de61b7cce799076ee6ddcbf3b2.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'lib/syncAction.cc')
-rw-r--r-- | lib/syncAction.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/syncAction.cc b/lib/syncAction.cc index 2ca7361..65a7c7c 100644 --- a/lib/syncAction.cc +++ b/lib/syncAction.cc @@ -47,10 +47,10 @@ #include <tqstyle.h> #include <kdialogbase.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kstandarddirs.h> #include <tdeconfig.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include "syncAction.moc" #include "kpilotlibSettings.h" |