summaryrefslogtreecommitdiffstats
path: root/kdelirc/kdelirc/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdelirc/kdelirc/mode.h')
-rw-r--r--kdelirc/kdelirc/mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdelirc/kdelirc/mode.h b/kdelirc/kdelirc/mode.h
index 9a73fbc..a2fa477 100644
--- a/kdelirc/kdelirc/mode.h
+++ b/kdelirc/kdelirc/mode.h
@@ -43,7 +43,7 @@ public:
bool operator==(const Mode &mode) const { return mode.theName == theName && mode.theRemote == theRemote; }
Mode();
- Mode(const TQString &remote, const TQString &name, const TQString &iconFile = TQString::null);
+ Mode(const TQString &remote, const TQString &name, const TQString &iconFile = TQString());
~Mode();
};