summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/kmwname.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/management/kmwname.cpp')
-rw-r--r--tdeprint/management/kmwname.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/management/kmwname.cpp b/tdeprint/management/kmwname.cpp
index e8378371a..88f8fb416 100644
--- a/tdeprint/management/kmwname.cpp
+++ b/tdeprint/management/kmwname.cpp
@@ -50,7 +50,7 @@ bool KMWName::isValid(TQString& msg)
}
else if (text(0).find(TQRegExp("\\s")) != -1)
{
- QString conv = text(0);
+ TQString conv = text(0);
conv.replace(TQRegExp("\\s"), "");
int result = KMessageBox::warningYesNoCancel(this,
i18n("It is usually not a good idea to include spaces "