diff options
Diffstat (limited to 'korn/protocols.h')
-rw-r--r-- | korn/protocols.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/protocols.h b/korn/protocols.h index 02492ce13..d77a61754 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 |