diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 19:44:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 19:44:30 -0600 |
commit | 1e1d3a25444eae7f827bec87d3bb0920f4731377 (patch) | |
tree | fa50a2195e4ecec9e58d76a85d1e1dc194c7da53 | |
parent | 085dbbf76ea4899ab698b9ea6cafccf8ba7d17ee (diff) | |
download | konversation-1e1d3a25444eae7f827bec87d3bb0920f4731377.tar.gz konversation-1e1d3a25444eae7f827bec87d3bb0920f4731377.zip |
Rename kcompletionbox
-rw-r--r-- | konversation/src/ircinput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/ircinput.cpp b/konversation/src/ircinput.cpp index f363124..f06d405 100644 --- a/konversation/src/ircinput.cpp +++ b/konversation/src/ircinput.cpp @@ -30,7 +30,7 @@ #include <kapplication.h> #include <kmessagebox.h> #include <klocale.h> -#include <kcompletionbox.h> +#include <tdecompletionbox.h> #define MAXHISTORY 100 #define RICHTEXT 0 |