From 22304dfcc5bd7144651b40d253ac57eefb7b4732 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 27 Jun 2011 16:56:08 +0000 Subject: [PATCH] Fix Konversation FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/konversation@1238522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konversation/src/ircinput.cpp | 2 +- konversation/src/ircview.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/konversation/src/ircinput.cpp b/konversation/src/ircinput.cpp index dbe4243..973da76 100644 --- a/konversation/src/ircinput.cpp +++ b/konversation/src/ircinput.cpp @@ -18,7 +18,7 @@ #include "chatwindow.h" #include "ircview.h" -#include +#include #include #include #include diff --git a/konversation/src/ircview.cpp b/konversation/src/ircview.cpp index ad52db2..60851df 100644 --- a/konversation/src/ircview.cpp +++ b/konversation/src/ircview.cpp @@ -27,7 +27,7 @@ #include "emoticon.h" #include "notificationhandler.h" -#include +#include #include #include #include