summaryrefslogtreecommitdiffstats
path: root/konversation/src/urlcatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/urlcatcher.cpp')
-rw-r--r--konversation/src/urlcatcher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/konversation/src/urlcatcher.cpp b/konversation/src/urlcatcher.cpp
index f4234bc..d06614d 100644
--- a/konversation/src/urlcatcher.cpp
+++ b/konversation/src/urlcatcher.cpp
@@ -26,16 +26,16 @@
#include <tqlayout.h>
#include <kapplication.h>
-#include <kactionclasses.h>
+#include <tdeactionclasses.h>
#include <klocale.h>
#include <kdebug.h>
-#include <klistview.h>
+#include <tdelistview.h>
#include <krun.h>
#include <tdefiledialog.h>
#include <kprocess.h>
#include <tdeversion.h>
#include <kshell.h>
-#include <klistviewsearchline.h>
+#include <tdelistviewsearchline.h>
UrlCatcher::UrlCatcher(TQWidget* parent) : ChatWindow(parent)