diff options
Diffstat (limited to 'kregexpeditor/altnwidget.cpp')
-rw-r--r-- | kregexpeditor/altnwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/altnwidget.cpp b/kregexpeditor/altnwidget.cpp index f34c8c5..3196288 100644 --- a/kregexpeditor/altnwidget.cpp +++ b/kregexpeditor/altnwidget.cpp @@ -18,8 +18,8 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> - #include <kmessagebox.h> + #include <tdelocale.h> + #include <tdemessagebox.h> #endif #include "altnwidget.h" |