summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/chatwindow/kopetechatwindowstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/chatwindow/kopetechatwindowstyle.cpp')
-rw-r--r--kopete/kopete/chatwindow/kopetechatwindowstyle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/chatwindow/kopetechatwindowstyle.cpp b/kopete/kopete/chatwindow/kopetechatwindowstyle.cpp
index 5eba33f0..541e8027 100644
--- a/kopete/kopete/chatwindow/kopetechatwindowstyle.cpp
+++ b/kopete/kopete/chatwindow/kopetechatwindowstyle.cpp
@@ -21,7 +21,7 @@
#include <tqfile.h>
#include <tqdir.h>
#include <tqstringlist.h>
-#include <tqtextstream.h>
+#include <textstream.h>
// KDE includes
#include <kdebug.h>
@@ -159,7 +159,7 @@ void ChatWindowStyle::listVariants()
// Retrieve only the file name.
variantName = variantName.left(variantName.findRev("."));
// variantPath is relative to baseHref.
- variantPath = TQString("Variants/%1").tqarg(*it);
+ variantPath = TQString("Variants/%1").arg(*it);
d->variantsList.insert(variantName, variantPath);
}
}