16 #include <tdelibs_export.h>
49 KWindowInfo( TQWidget *parent,
const char *name=0 );
71 static void showMessage( TQWidget *window,
const TQString &text,
int timeout = -1 );
77 static void showMessage( TQWidget *window,
const TQString &text,
78 const TQPixmap &pix,
int timeout = -1 );
84 void message(
const TQString &text );
89 void message(
const TQString &text,
const TQPixmap &pix );
94 void message(
const TQString &text,
int timeout );
103 void message(
const TQString &text,
const TQPixmap &pix,
int timeout );
108 void permanent(
const TQString &text );
113 void permanent(
const TQString &text,
const TQPixmap &pix );
119 virtual void display(
const TQString &text,
const TQPixmap &pix );
131 virtual void restore();
136 TQPixmap oldMiniIcon;
144 #endif // KWINDOWINFO_H