20 #ifndef MESSAGEWINDOW_H
21 #define MESSAGEWINDOW_H
24 #include <tqptrdict.h>
26 #include <tdelibs_export.h>
30 class TDEPRINT_EXPORT MessageWindow :
public TQWidget
37 static void add( TQWidget *parent,
const TQString& txt,
int delay = 500 );
38 static void change( TQWidget *parent,
const TQString& txt );
39 static void remove( TQWidget *parent );
40 static void removeAll();
46 MessageWindow(
const TQString& txt,
int delay = 500, TQWidget *parent = 0,
const char *name = 0 );
47 void setText(
const TQString& txt );
48 TQString text()
const;
52 static TQPtrDict<MessageWindow> m_windows;