summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/fronthelpers')
-rw-r--r--src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp2
-rw-r--r--src/svnfrontend/fronthelpers/propertyitem.cpp2
-rw-r--r--src/svnfrontend/fronthelpers/propertylist.cpp4
-rw-r--r--src/svnfrontend/fronthelpers/rangeinput_impl.cpp2
-rw-r--r--src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp b/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp
index 85f8891..3dad68d 100644
--- a/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp
+++ b/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp
@@ -28,7 +28,7 @@
#include <klineedit.h>
#include <tqcheckbox.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
CheckoutInfo_impl::CheckoutInfo_impl(TQWidget *parent, const char *name)
diff --git a/src/svnfrontend/fronthelpers/propertyitem.cpp b/src/svnfrontend/fronthelpers/propertyitem.cpp
index 55bb0be..9e7aa76 100644
--- a/src/svnfrontend/fronthelpers/propertyitem.cpp
+++ b/src/svnfrontend/fronthelpers/propertyitem.cpp
@@ -1,5 +1,5 @@
#include "propertyitem.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kiconloader.h>
PropertyListViewItem::PropertyListViewItem(TDEListView *parent,const TQString&aName,const TQString&aValue)
diff --git a/src/svnfrontend/fronthelpers/propertylist.cpp b/src/svnfrontend/fronthelpers/propertylist.cpp
index 49fdb36..1f46571 100644
--- a/src/svnfrontend/fronthelpers/propertylist.cpp
+++ b/src/svnfrontend/fronthelpers/propertylist.cpp
@@ -20,9 +20,9 @@
#include "propertylist.h"
#include "propertyitem.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
Propertylist::Propertylist(TQWidget *parent, const char *name)
diff --git a/src/svnfrontend/fronthelpers/rangeinput_impl.cpp b/src/svnfrontend/fronthelpers/rangeinput_impl.cpp
index 7ad1d37..861baa1 100644
--- a/src/svnfrontend/fronthelpers/rangeinput_impl.cpp
+++ b/src/svnfrontend/fronthelpers/rangeinput_impl.cpp
@@ -26,7 +26,7 @@
#include <knuminput.h>
#include <kdatetimewidget.h>
#include <tqbuttongroup.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
Rangeinput_impl::Rangeinput_impl(TQWidget *parent, const char *name)
diff --git a/src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp b/src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp
index 3172df1..66e299a 100644
--- a/src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp
+++ b/src/svnfrontend/fronthelpers/revisionbuttonimpl.cpp
@@ -25,7 +25,7 @@
#include <kdialog.h>
#include <tdefiledialog.h>
#include <tdeapplication.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqvbox.h>