summaryrefslogtreecommitdiffstats
path: root/keduca/keduca
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca')
-rw-r--r--keduca/keduca/keduca.cpp2
-rw-r--r--keduca/keduca/keducaprefs.cpp2
-rw-r--r--keduca/keduca/keducaview.cpp4
-rw-r--r--keduca/keduca/kgroupeduca.cpp2
-rw-r--r--keduca/keduca/kquestion.cpp2
5 files changed, 6 insertions, 6 deletions
diff --git a/keduca/keduca/keduca.cpp b/keduca/keduca/keduca.cpp
index bf3a96d5..ed021225 100644
--- a/keduca/keduca/keduca.cpp
+++ b/keduca/keduca/keduca.cpp
@@ -21,7 +21,7 @@
#include "../libkeduca/kgallerydialog.h"
#include <tdeapplication.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
#include <tdefiledialog.h>
#include <kdebug.h>
diff --git a/keduca/keduca/keducaprefs.cpp b/keduca/keduca/keducaprefs.cpp
index c4b8f373..c8f3ce0d 100644
--- a/keduca/keduca/keducaprefs.cpp
+++ b/keduca/keduca/keducaprefs.cpp
@@ -18,7 +18,7 @@
#include "keducaprefs.h"
#include "keducaprefs.moc"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kiconloader.h>
#include <tdeconfig.h>
diff --git a/keduca/keduca/keducaview.cpp b/keduca/keduca/keducaview.cpp
index 5ba5bda0..a5e5c22b 100644
--- a/keduca/keduca/keducaview.cpp
+++ b/keduca/keduca/keducaview.cpp
@@ -24,9 +24,9 @@
#include <stdlib.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdefiledialog.h>
#include <kpushbutton.h>
#include <kdebug.h>
diff --git a/keduca/keduca/kgroupeduca.cpp b/keduca/keduca/kgroupeduca.cpp
index 3c3482fc..a6637ef6 100644
--- a/keduca/keduca/kgroupeduca.cpp
+++ b/keduca/keduca/kgroupeduca.cpp
@@ -20,7 +20,7 @@
#include "kcheckeduca.h"
#include "tderadioeduca.h"
-#include <klocale.h>
+#include <tdelocale.h>
KGroupEduca::KGroupEduca(TQWidget *parent, const char *name ) : TQVButtonGroup(i18n("Answers"), parent, name)
{
diff --git a/keduca/keduca/kquestion.cpp b/keduca/keduca/kquestion.cpp
index 7b549168..46a8322f 100644
--- a/keduca/keduca/kquestion.cpp
+++ b/keduca/keduca/kquestion.cpp
@@ -25,7 +25,7 @@
#include <tqtimer.h>
#include <kprogress.h>
-#include <klocale.h>
+#include <tdelocale.h>
KQuestion::KQuestion( TQWidget *parent, const char *name )
: TQHBox( parent, name ), _countdownTimer( 0 )