diff options
author | Automated System <[email protected]> | 2013-02-15 22:07:52 -0600 |
---|---|---|
committer | Automated System <[email protected]> | 2013-02-15 22:07:52 -0600 |
commit | 0e1016601a881a8e4bbe62c0beee3bd23d19ab5f (patch) | |
tree | 8bf0f0cfd87710f857e4ed060c5c33af10b8d3c2 /tdmlib | |
parent | b2502b94cf23298f676853d91188b2cacc6ab0bd (diff) | |
parent | 77cbe84cb6ba260fc6adc6aa64d2bd41db7f43e8 (diff) | |
download | tdebase-0e1016601a881a8e4bbe62c0beee3bd23d19ab5f.tar.gz tdebase-0e1016601a881a8e4bbe62c0beee3bd23d19ab5f.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'tdmlib')
-rw-r--r-- | tdmlib/dmctl.cpp | 2 | ||||
-rw-r--r-- | tdmlib/kgreet_classic.cpp | 2 | ||||
-rw-r--r-- | tdmlib/kgreet_pam.cpp | 2 | ||||
-rw-r--r-- | tdmlib/kgreet_winbind.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tdmlib/dmctl.cpp b/tdmlib/dmctl.cpp index bdcc51cf5..cd970c5e6 100644 --- a/tdmlib/dmctl.cpp +++ b/tdmlib/dmctl.cpp @@ -21,7 +21,7 @@ #ifdef Q_WS_X11 -#include <klocale.h> +#include <tdelocale.h> #include <dcopclient.h> #include <tqregexp.h> diff --git a/tdmlib/kgreet_classic.cpp b/tdmlib/kgreet_classic.cpp index c04061a54..3d1cedc19 100644 --- a/tdmlib/kgreet_classic.cpp +++ b/tdmlib/kgreet_classic.cpp @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "themer/tdmthemer.h" #include "themer/tdmitem.h" -#include <klocale.h> +#include <tdelocale.h> #include <klineedit.h> #include <kpassdlg.h> #include <kuser.h> diff --git a/tdmlib/kgreet_pam.cpp b/tdmlib/kgreet_pam.cpp index de42defa4..b16dfb440 100644 --- a/tdmlib/kgreet_pam.cpp +++ b/tdmlib/kgreet_pam.cpp @@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "themer/tdmthemer.h" #include "themer/tdmlabel.h" -#include <klocale.h> +#include <tdelocale.h> #include <klineedit.h> #include <kpassdlg.h> #include <kuser.h> diff --git a/tdmlib/kgreet_winbind.cpp b/tdmlib/kgreet_winbind.cpp index c9cfe243f..aa7e39b18 100644 --- a/tdmlib/kgreet_winbind.cpp +++ b/tdmlib/kgreet_winbind.cpp @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "themer/tdmthemer.h" #include "themer/tdmitem.h" -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> #include <kcombobox.h> #include <klineedit.h> |