summaryrefslogtreecommitdiffstats
path: root/korn/protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/protocols.h')
-rw-r--r--korn/protocols.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/protocols.h b/korn/protocols.h
index 02492ce1..d77a6175 100644
--- a/korn/protocols.h
+++ b/korn/protocols.h
@@ -31,16 +31,16 @@ public:
Protocols() {}
~Protocols() {}
- static const Protocol* getProto( const QString& );
+ static const Protocol* getProto( const TQString& );
static const Protocol* firstProtocol();
- static QStringList getProtocols();
+ static TQStringList getProtocols();
static void fillProtocols();
private:
static void addProtocol( Protocol* );
- static QDict<Protocol> *protocols;
+ static TQDict<Protocol> *protocols;
};
#endif //MK_PROTOCOLS_H