summaryrefslogtreecommitdiffstats
path: root/src/commands/filtercommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/filtercommand.cpp')
-rw-r--r--src/commands/filtercommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/filtercommand.cpp b/src/commands/filtercommand.cpp
index ba205e5..c95db13 100644
--- a/src/commands/filtercommand.cpp
+++ b/src/commands/filtercommand.cpp
@@ -92,7 +92,7 @@ void FilterCommand::unexecute() {
}
}
-QString FilterCommand::name() const {
+TQString FilterCommand::name() const {
switch(m_mode) {
case FilterAdd:
return i18n("Add Filter");
@@ -102,5 +102,5 @@ QString FilterCommand::name() const {
return i18n("Delete Filter");
}
// hush warnings
- return QString::null;
+ return TQString();
}