summaryrefslogtreecommitdiffstats
path: root/kregexpeditor
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor')
-rw-r--r--kregexpeditor/editorwindow.cpp2
-rw-r--r--kregexpeditor/kregexpeditorprivate.cpp2
-rw-r--r--kregexpeditor/regexpbuttons.cpp2
-rw-r--r--kregexpeditor/userdefinedregexps.cpp2
-rw-r--r--kregexpeditor/util.cpp2
-rw-r--r--kregexpeditor/verifybuttons.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/kregexpeditor/editorwindow.cpp b/kregexpeditor/editorwindow.cpp
index b4c8331..0ab7a26 100644
--- a/kregexpeditor/editorwindow.cpp
+++ b/kregexpeditor/editorwindow.cpp
@@ -23,7 +23,7 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
// #include <tdefiledialog.h>
- #include <kstandarddirs.h>
+ #include <tdestandarddirs.h>
#include <kiconloader.h>
#include "editorwindow.moc"
#include <klineeditdlg.h>
diff --git a/kregexpeditor/kregexpeditorprivate.cpp b/kregexpeditor/kregexpeditorprivate.cpp
index 17ed27f..bcaf266 100644
--- a/kregexpeditor/kregexpeditorprivate.cpp
+++ b/kregexpeditor/kregexpeditorprivate.cpp
@@ -21,7 +21,7 @@
#else
#include <tdelocale.h>
#include <kiconloader.h>
- #include <kstandarddirs.h>
+ #include <tdestandarddirs.h>
#include <tdemessagebox.h>
#include "kregexpeditorprivate.moc"
#endif
diff --git a/kregexpeditor/regexpbuttons.cpp b/kregexpeditor/regexpbuttons.cpp
index d65f302..3d8fa8f 100644
--- a/kregexpeditor/regexpbuttons.cpp
+++ b/kregexpeditor/regexpbuttons.cpp
@@ -21,7 +21,7 @@
#else
#include <kiconloader.h>
#include <tdelocale.h>
- #include <kstandarddirs.h>
+ #include <tdestandarddirs.h>
#include "regexpbuttons.moc"
#endif
diff --git a/kregexpeditor/userdefinedregexps.cpp b/kregexpeditor/userdefinedregexps.cpp
index 35853fc..3051e7d 100644
--- a/kregexpeditor/userdefinedregexps.cpp
+++ b/kregexpeditor/userdefinedregexps.cpp
@@ -21,7 +21,7 @@
#include <klineeditdlg.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
- #include <kstandarddirs.h>
+ #include <tdestandarddirs.h>
#include <kdebug.h>
#include "userdefinedregexps.moc"
#endif
diff --git a/kregexpeditor/util.cpp b/kregexpeditor/util.cpp
index dedccfc..8482f41 100644
--- a/kregexpeditor/util.cpp
+++ b/kregexpeditor/util.cpp
@@ -18,7 +18,7 @@
#include "util.h"
#include <kiconloader.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
TQPixmap Util::getKRegExpEditorIcon( const TQString& name )
{
#ifdef TQT_ONLY
diff --git a/kregexpeditor/verifybuttons.cpp b/kregexpeditor/verifybuttons.cpp
index 1f62e0a..d7950db 100644
--- a/kregexpeditor/verifybuttons.cpp
+++ b/kregexpeditor/verifybuttons.cpp
@@ -22,7 +22,7 @@
#else
#include <tdelocale.h>
#include "verifybuttons.moc"
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <tdemessagebox.h>