diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:54:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:54:15 -0600 |
commit | d1a3a8be39153e02cd555cb7e3bafcab2cb4530c (patch) | |
tree | 089977dfeabf9a98c001fcb92ccd5bf05dc81488 /kcron/ktvariable.cpp | |
parent | 666824a6c549fb4eeae7a29083349638974a57d7 (diff) | |
download | tdeadmin-d1a3a8be39153e02cd555cb7e3bafcab2cb4530c.tar.gz tdeadmin-d1a3a8be39153e02cd555cb7e3bafcab2cb4530c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kcron/ktvariable.cpp')
-rw-r--r-- | kcron/ktvariable.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcron/ktvariable.cpp b/kcron/ktvariable.cpp index 9c9f9c4..34b35ee 100644 --- a/kcron/ktvariable.cpp +++ b/kcron/ktvariable.cpp @@ -14,8 +14,8 @@ #include <tqlayout.h> #include <tdeapplication.h> // kapp -#include <klocale.h> // i18n() -#include <kmessagebox.h> +#include <tdelocale.h> // i18n() +#include <tdemessagebox.h> #include <ktextedit.h> #include "ctvariable.h" |