summaryrefslogtreecommitdiffstats
path: root/konversation/src/ircinput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/ircinput.cpp')
-rw-r--r--konversation/src/ircinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/ircinput.cpp b/konversation/src/ircinput.cpp
index 814585c..485e1e5 100644
--- a/konversation/src/ircinput.cpp
+++ b/konversation/src/ircinput.cpp
@@ -143,7 +143,7 @@ void IRCInput::resizeContents( int w, int h )
KTextEdit::resizeContents(w,h);
}
-// widget must be only one line high - luckily QT will enforce this via wrappping policy
+// widget must be only one line high - luckily TQt will enforce this via wrappping policy
TQSize IRCInput::sizeHint() const
{
constPolish();