diff options
Diffstat (limited to 'ksirc/toplevel.h')
-rw-r--r-- | ksirc/toplevel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ksirc/toplevel.h b/ksirc/toplevel.h index 463dd408..ba1a25bc 100644 --- a/ksirc/toplevel.h +++ b/ksirc/toplevel.h @@ -31,6 +31,7 @@ class KSircTopLevel : public KMainWindow, public UnicodeMessageReceiver { Q_OBJECT + TQ_OBJECT friend class ChannelParser; public: /** @@ -392,7 +393,7 @@ private: bool Buffer; TQValueList<BufferedLine> LineBuffer; - // QPopupMenu's used for the menubar + // TQPopupMenu's used for the menubar TQPopupMenu *file, *edit, *command; bool parse_input(const TQString &string, TQString &plainText); @@ -453,7 +454,7 @@ private: */ TQPoint mypoint; /** - * Ticker's size and geometry + * Ticker's size and tqgeometry */ TQRect tickerrect; /** |